loubnabnl HF staff commited on
Commit
426f83c
1 Parent(s): d9ced15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -27,6 +27,8 @@ SmolLM2 demonstrates significant advances over its predecessor SmolLM1, particul
27
 
28
  The instruct model additionally supports tasks such as text rewriting, summarization and function calling thanks to datasets developed by [Argilla](https://huggingface.co/argilla) such as [Synth-APIGen-v0.1](https://huggingface.co/datasets/argilla/Synth-APIGen-v0.1).
29
 
 
 
30
  ### How to use
31
 
32
  ```bash
 
27
 
28
  The instruct model additionally supports tasks such as text rewriting, summarization and function calling thanks to datasets developed by [Argilla](https://huggingface.co/argilla) such as [Synth-APIGen-v0.1](https://huggingface.co/datasets/argilla/Synth-APIGen-v0.1).
29
 
30
+ For more details refer to: https://github.com/huggingface/smollm. You will find pre-training, post-training, evaluation and local inference code.
31
+
32
  ### How to use
33
 
34
  ```bash