Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 261 Bytes

File metadata and controls

11 lines (9 loc) · 261 Bytes

CRTL

You can fine-tune a CTRL model from HuggingFace through model=CTRL, model_path=<hf-or-local-path>, dataset=<dataset-name>.

Example usage:

python run_textbox.py \
    --model=CTRL \
    --model_path=ctrl \
    --dataset=samsum