Playingyoyo commited on
Commit
8e4a08c
·
verified ·
1 Parent(s): 4ab852f

Add requirements.txt link for run_clm.py

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- 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.
 
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.