Dart66 commited on
Commit
5712241
·
verified ·
1 Parent(s): eb35d06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -97,8 +97,19 @@ paraphrased variants.
97
  - Datasets: 4.5.0
98
  - Tokenizers: 0.22.2
99
 
100
- ## Citations
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
 
102
- author = {Sharon Calcina},
103
- year = 2026,
104
- howpublished = {huggingface repo}
 
97
  - Datasets: 4.5.0
98
  - Tokenizers: 0.22.2
99
 
100
+ ## 📖 Citations
101
+
102
+ If you use TRL, please cite:
103
+
104
+ ```bibtex
105
+ @misc{vonwerra2022trl,
106
+ title = {{TRL: Transformer Reinforcement Learning}},
107
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall
108
+ and Edward Beeching and Tristan Thrush and Nathan Lambert
109
+ and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
110
+ year = 2022,
111
+ journal = {GitHub repository},
112
+ publisher = {GitHub},
113
+ howpublished = {\url{https://github.com/huggingface/trl}}
114
+ }
115