jlzhou commited on
Commit
e45d457
·
verified ·
1 Parent(s): 901bee6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -11
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
- [More Information Needed]
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
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
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