Add requirements.txt link for run_clm.py
Browse files
README.md
CHANGED
|
@@ -79,7 +79,7 @@ python run_clm.py --model_name_or_path Playingyoyo/GPepT \
|
|
| 79 |
--learning_rate 1e-5
|
| 80 |
```
|
| 81 |
|
| 82 |
-
|
| 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.
|
|
|
|
| 79 |
--learning_rate 1e-5
|
| 80 |
```
|
| 81 |
|
| 82 |
+
Refer to the HuggingFace [script run_clm.py](https://github.com/huggingface/transformers/blob/master/examples/pytorch/language-modeling/run_clm.py) and [requirements.txt](https://huggingface.co/Playingyoyo/GPepT/blob/main/requirements.txt).
|
| 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.
|