Playingyoyo commited on
Commit
e0cde05
·
verified ·
1 Parent(s): 207e4f6

Add run_clm.py URL

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -79,6 +79,8 @@ python run_clm.py --model_name_or_path Playingyoyo/GPepT \
79
  --learning_rate 1e-5
80
  ```
81
 
 
 
82
  The fine-tuned model will be saved in the `./output` directory, ready to generate tailored sequences.
83
 
84
  ---
 
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
+
84
  The fine-tuned model will be saved in the `./output` directory, ready to generate tailored sequences.
85
 
86
  ---