Update README.md
Browse files
README.md
CHANGED
|
@@ -80,6 +80,7 @@ python run_clm.py --model_name_or_path Playingyoyo/GPepT \
|
|
| 80 |
```
|
| 81 |
|
| 82 |
The HuggingFace script run_clm.py can be found [here](https://github.com/huggingface/transformers/blob/master/examples/pytorch/language-modeling/run_clm.py)
|
|
|
|
| 83 |
|
| 84 |
The fine-tuned model will be saved in the `./output` directory, ready to generate tailored sequences.
|
| 85 |
|
|
|
|
| 80 |
```
|
| 81 |
|
| 82 |
The HuggingFace script run_clm.py can be found [here](https://github.com/huggingface/transformers/blob/master/examples/pytorch/language-modeling/run_clm.py)
|
| 83 |
+
Note that train90.txt and val10.txt need to be at least 50 samples long.
|
| 84 |
|
| 85 |
The fine-tuned model will be saved in the `./output` directory, ready to generate tailored sequences.
|
| 86 |
|