Transformers
eliebak HF Staff commited on
Commit
e181c8e
·
verified ·
1 Parent(s): 8439938

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -82,4 +82,14 @@ print(tokenizer.decode(outputs[0]))
82
 
83
  ## License
84
 
85
- [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
 
 
 
 
 
 
 
 
 
 
 
82
 
83
  ## License
84
 
85
+ [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
86
+
87
+ ## Citation
88
+ ```bash
89
+ @misc{bakouch2025smollm3,
90
+ title={{SmolLM3: smol, multilingual, long-context reasoner}},
91
+ author={Bakouch, Elie and Ben Allal, Loubna and and Lozhkov, Anton and Tazi, Nouamane and Tunstall, Lewis and Patiño, Carlos Miguel and Beeching, Edward and Roucher, Aymeric and Reedi, Aksel Joonas and Gallouédec, Quentin and Rasul, Kashif and Habib, Nathan and Fourrier, Clémentine and Kydlicek, Hynek and Penedo, Guilherme and Larcher, Hugo and Morlon, Mathieu and Srivastav, Vaibhav and Lochner, Joshua and Nguyen, Xuan-Son and Raffel, Colin and von Werra, Leandro and Wolf, Thomas},
92
+ year={2025},
93
+ howpublished={\url{https://huggingface.co/blog/smollm3}}
94
+ }
95
+ ```