DistilGPT2.md
November 11, 2022 ยท View on GitHub
DistilGPT2
You can fine-tune a GPT2 model from HuggingFace through model=GPT2, model_path=<hf-or-local-path>, dataset=<dataset-name>.
Example usage:
python run_textbox.py \
--model=GPT2 \
--model_path=distilgpt2 \
--dataset=samsum