loubnabnl HF Staff commited on
Commit
314edb0
·
verified ·
1 Parent(s): 4227573

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -9,17 +9,17 @@ Here you can find the training configs for [SmoLLM3-3B-Base](https://huggingface
9
 
10
  The model was trained on 11.2T tokens in 3 stages on 4k context:
11
 
12
- - stage 1 config: https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/stage1_8T.yaml
13
- - stage 2 config: https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/stage2_8T_9T.yaml
14
- - stage 3 config (decay): https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/stage3_9T_11T.yaml
15
 
16
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/944zWNgcI1I06RZuoP11B.png)
17
 
18
 
19
  And then we trained on an additional 2 stages to extend the contetx length to 64k:
20
 
21
- - stage 4 config: https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/long_context_4k_to_32k.yaml
22
- - stage 5 config: https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/long_context_32k_to_64.yaml
23
 
24
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/jBOiemVtbfi9YD7Pki6sY.png)
25
 
 
9
 
10
  The model was trained on 11.2T tokens in 3 stages on 4k context:
11
 
12
+ - stage 1 [config](https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/stage1_8T.yaml)
13
+ - stage 2 [config](https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/stage2_8T_9T.yaml)
14
+ - stage 3 [config](https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/stage3_9T_11T.yaml)
15
 
16
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/944zWNgcI1I06RZuoP11B.png)
17
 
18
 
19
  And then we trained on an additional 2 stages to extend the contetx length to 64k:
20
 
21
+ - stage 4 [config](https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/long_context_4k_to_32k.yaml)
22
+ - stage 5 [config](https://huggingface.co/datasets/HuggingFaceTB/smollm3-configs/blob/main/long_context_32k_to_64.yaml)
23
 
24
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61c141342aac764ce1654e43/jBOiemVtbfi9YD7Pki6sY.png)
25