chaoscodes
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ In this initial phase, we managed to train our model with only slimpajama to dev
|
|
35 |
|
36 |
#### Continual pretraining with specific domain
|
37 |
|
38 |
-
We incorporated 3 different kinds of corpus during this pretraining, slimpajama (which is the same as the first phase), Code
|
39 |
|
40 |
At the begining ~6B tokens in this stage, we linearly increased the sampling proportion for the domain-specific corpus (excluding Slimpajama, as it remained unchanged compared with stage 1). This warmup sampling increasing strategy was designed to gradually adjust the distribution of the pretraining data, ensuring a more stable training process. After this sampling increasing stage, we continued pretraining the model with stable sampling strategy until reaching ~1.85T tokens.
|
41 |
|
@@ -48,8 +48,8 @@ Implementing a cooldown phase has become a crucial technique to achieve better m
|
|
48 |
Following an extensive and detailed pretraining process. We are now releasing three specialized versions of our model:
|
49 |
|
50 |
1. **TinyLlama_v1.1**: The standard version, used for general purposes.
|
51 |
-
2. **TinyLlama_v1.
|
52 |
-
3. **TinyLlama_v1.
|
53 |
|
54 |
## Data
|
55 |
|
|
|
35 |
|
36 |
#### Continual pretraining with specific domain
|
37 |
|
38 |
+
We incorporated 3 different kinds of corpus during this pretraining, slimpajama (which is the same as the first phase), Math&Code (starcoder and proof pile), and Chinese (Skypile). This approach allowed us to develop three variant models with specialized capabilities.
|
39 |
|
40 |
At the begining ~6B tokens in this stage, we linearly increased the sampling proportion for the domain-specific corpus (excluding Slimpajama, as it remained unchanged compared with stage 1). This warmup sampling increasing strategy was designed to gradually adjust the distribution of the pretraining data, ensuring a more stable training process. After this sampling increasing stage, we continued pretraining the model with stable sampling strategy until reaching ~1.85T tokens.
|
41 |
|
|
|
48 |
Following an extensive and detailed pretraining process. We are now releasing three specialized versions of our model:
|
49 |
|
50 |
1. **TinyLlama_v1.1**: The standard version, used for general purposes.
|
51 |
+
2. **TinyLlama_v1.1_Math&Code**: Equipped with better ability for math and code.
|
52 |
+
3. **TinyLlama_v1.1_Chinese**: Good understanding capacity for Chinese.
|
53 |
|
54 |
## Data
|
55 |
|