Update README.md
Browse files
README.md
CHANGED
|
@@ -161,20 +161,11 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
| 161 |
|
| 162 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 163 |
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
### Training Procedure
|
| 167 |
-
|
| 168 |
-
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 169 |
-
|
| 170 |
-
#### Preprocessing [optional]
|
| 171 |
-
|
| 172 |
-
[More Information Needed]
|
| 173 |
-
|
| 174 |
|
| 175 |
#### Training Hyperparameters
|
| 176 |
|
| 177 |
-
|
| 178 |
|
| 179 |
#### Speeds, Sizes, Times [optional]
|
| 180 |
|
|
|
|
| 161 |
|
| 162 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 163 |
|
| 164 |
+
This model is trained on <https://huggingface.co/datasets/BAAI/Infinity-Instruct>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
|
| 166 |
#### Training Hyperparameters
|
| 167 |
|
| 168 |
+
This model follows the recommended hyperparameters from <https://huggingface.co/BAAI/Infinity-Instruct-3M-0625-Qwen2-7B#training-details>
|
| 169 |
|
| 170 |
#### Speeds, Sizes, Times [optional]
|
| 171 |
|