error577 commited on
Commit
1fc2135
·
verified ·
1 Parent(s): d337824

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -64,7 +64,7 @@ lora_model_dir: null
64
  lora_r: 8
65
  lora_target_linear: true
66
  lr_scheduler: cosine
67
- max_steps: 50
68
  max_samples: 10000
69
  micro_batch_size: 1
70
  mlflow_experiment_name: /tmp/723928d8104e1c8a_train_data.json
@@ -103,7 +103,7 @@ xformers_attention: false
103
 
104
  This model is a fine-tuned version of [Vikhrmodels/Vikhr-7B-instruct_0.4](https://huggingface.co/Vikhrmodels/Vikhr-7B-instruct_0.4) on the None dataset.
105
  It achieves the following results on the evaluation set:
106
- - Loss: 2.4571
107
 
108
  ## Model description
109
 
@@ -131,16 +131,17 @@ The following hyperparameters were used during training:
131
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
132
  - lr_scheduler_type: cosine
133
  - lr_scheduler_warmup_steps: 10
134
- - training_steps: 50
135
 
136
  ### Training results
137
 
138
  | Training Loss | Epoch | Step | Validation Loss |
139
  |:-------------:|:------:|:----:|:---------------:|
140
  | 3.2142 | 0.0094 | 1 | 3.3359 |
141
- | 2.6355 | 0.1216 | 13 | 2.7053 |
142
- | 2.5479 | 0.2433 | 26 | 2.5243 |
143
- | 2.3921 | 0.3649 | 39 | 2.4571 |
 
144
 
145
 
146
  ### Framework versions
 
64
  lora_r: 8
65
  lora_target_linear: true
66
  lr_scheduler: cosine
67
+ max_steps: 100
68
  max_samples: 10000
69
  micro_batch_size: 1
70
  mlflow_experiment_name: /tmp/723928d8104e1c8a_train_data.json
 
103
 
104
  This model is a fine-tuned version of [Vikhrmodels/Vikhr-7B-instruct_0.4](https://huggingface.co/Vikhrmodels/Vikhr-7B-instruct_0.4) on the None dataset.
105
  It achieves the following results on the evaluation set:
106
+ - Loss: 2.3079
107
 
108
  ## Model description
109
 
 
131
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
132
  - lr_scheduler_type: cosine
133
  - lr_scheduler_warmup_steps: 10
134
+ - training_steps: 100
135
 
136
  ### Training results
137
 
138
  | Training Loss | Epoch | Step | Validation Loss |
139
  |:-------------:|:------:|:----:|:---------------:|
140
  | 3.2142 | 0.0094 | 1 | 3.3359 |
141
+ | 2.6052 | 0.2339 | 25 | 2.5259 |
142
+ | 2.5168 | 0.4678 | 50 | 2.3896 |
143
+ | 2.3779 | 0.7018 | 75 | 2.3247 |
144
+ | 2.624 | 0.9357 | 100 | 2.3079 |
145
 
146
 
147
  ### Framework versions