diff options
author | Anthony Wang | 2022-02-22 17:42:39 -0600 |
---|---|---|
committer | Anthony Wang | 2022-02-22 17:42:39 -0600 |
commit | cf2d4f1d9b76f0a5e44b9b9840c19785245f23fc (patch) | |
tree | 00a1c1ebbdff32ea30781c4d49de9c637224c3a1 | |
parent | 6bab795fe83d683cc0bfbbc875ccdef70fb4112c (diff) |
Add run_clm.py link to README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,3 +21,5 @@ Finally, create a Mastodon application for your bot account and run the bot with - https://huggingface.co/docs/transformers/training - https://huggingface.co/blog/how-to-generate + +- https://github.com/huggingface/transformers/tree/master/examples/pytorch/language-modeling |