Michaelj1 commited on
Commit
1f2bf06
1 Parent(s): 18ae924

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -20,11 +20,14 @@ It achieves the following results on the evaluation set:
20
 
21
  ## Model description
22
 
23
- More information needed
24
 
25
- ## Intended uses & limitations
26
 
27
- More information needed
 
 
 
28
 
29
  ## Training and evaluation data
30
 
@@ -69,3 +72,10 @@ The following hyperparameters were used during training:
69
  - Pytorch 2.4.0
70
  - Datasets 3.0.1
71
  - Tokenizers 0.20.0
 
 
 
 
 
 
 
 
20
 
21
  ## Model description
22
 
23
+ SmolLM2 is a family of compact language models available in three size: 135M, 360M, and 1.7B parameters. They are capable of solving a wide range of tasks while being lightweight enough to run on-device.
24
 
25
+ SmolLM2 demonstrates significant advances over its predecessor SmolLM1, particularly in instruction following, knowledge, reasoning. The 360M model was trained on 4 trillion tokens using a diverse dataset combination: FineWeb-Edu, DCLM, The Stack, along with new filtered datasets we curated and will release soon. We developed the instruct version through supervised fine-tuning (SFT) using a combination of public datasets and our own curated datasets. We then applied Direct Preference Optimization (DPO) using UltraFeedback.
26
 
27
+ The instruct model additionally supports tasks such as text rewriting, summarization and function calling thanks to datasets developed by Argilla such as Synth-APIGen-v0.1.
28
+
29
+ ## Intended uses & limitations
30
+ SmolLM2 models primarily understand and generate content in English. They can produce text on a variety of topics, but the generated content may not always be factually accurate, logically consistent, or free from biases present in the training data. These models should be used as assistive tools rather than definitive sources of information. Users should always verify important information and critically evaluate any generated content.
31
 
32
  ## Training and evaluation data
33
 
 
72
  - Pytorch 2.4.0
73
  - Datasets 3.0.1
74
  - Tokenizers 0.20.0
75
+ ## Citation
76
+ @misc{allal2024SmolLM2,
77
+ title={SmolLM2 - with great data, comes great performance},
78
+ author={Loubna Ben Allal and Anton Lozhkov and Elie Bakouch and Gabriel Martín Blázquez and Lewis Tunstall and Agustín Piqueres and Andres Marafioti and Cyril Zakka and Leandro von Werra and Thomas Wolf},
79
+ year={2024},
80
+ }
81
+