Skip to content

Commit 25f6c17

Browse files
authored
Update MASS.md
1 parent 0a301cd commit 25f6c17

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

instructions/Seq2Seq/MASS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## MASS
2+
3+
You can fine-tune a MASS model from HuggingFace through ``model=MASS``, ``model_path=<hf-or-local-path>``, ``dataset=<dataset-name>``.
4+
5+
Example usage:
6+
7+
```bash
8+
python run_textbox.py \
9+
--model=MASS \
10+
--model_path=RUCAIBox/mass-base-uncased \
11+
--dataset=samsum
12+
```

0 commit comments

Comments
 (0)