SultanR commited on
Commit
f999641
1 Parent(s): 530b6c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -73,4 +73,15 @@ print(tokenizer.decode(outputs[0]))
73
  primaryClass={cs.CL},
74
  url={https://arxiv.org/abs/2412.08347},
75
  }
 
 
 
 
 
 
 
 
 
 
 
76
  ```
 
73
  primaryClass={cs.CL},
74
  url={https://arxiv.org/abs/2412.08347},
75
  }
76
+ ```
77
+
78
+ The training methodology follows the Tulu 3 paper:
79
+
80
+ ```
81
+ @article{lambert2024tulu3,
82
+ title={TÜLU 3: Pushing Frontiers in Open Language Model Post-Training},
83
+ author={Lambert, Nathan and Morrison, Jacob and Pyatkin, Valentina and others},
84
+ year={2024},
85
+ journal={arXiv preprint arXiv:2411.15124}
86
+ }
87
  ```