MASS.md

December 22, 2022 ยท View on GitHub

MASS

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

Example usage:

python run_textbox.py \
    --model=MASS \
    --model_path=RUCAIBox/mass-base-uncased \
    --dataset=samsum