Add run_clm.py URL
Browse files
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 |
---
|