Update README.md
Browse files
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
|