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