We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a301cd commit 25f6c17Copy full SHA for 25f6c17
instructions/Seq2Seq/MASS.md
@@ -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