Update README.md
Browse filesstill working on citation
README.md
CHANGED
@@ -46,12 +46,5 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
46 |
|
47 |
## 📚 Citations
|
48 |
|
49 |
-
```
|
50 |
-
|
51 |
-
title = {{TRL: Transformer Reinforcement Learning}},
|
52 |
-
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
|
53 |
-
year = 2020,
|
54 |
-
journal = {GitHub repository},
|
55 |
-
publisher = {GitHub},
|
56 |
-
howpublished = {\url{https://github.com/huggingface/trl}}
|
57 |
-
}
|
|
|
46 |
|
47 |
## 📚 Citations
|
48 |
|
49 |
+
```markdown
|
50 |
+
This model was fine-tuned using [TRL](https://github.com/huggingface/trl).
|
|
|
|
|
|
|
|
|
|
|
|
|
|