jssky commited on
Commit
c4494bb
·
verified ·
1 Parent(s): c1e03cc

End of training

Browse files
Files changed (2) hide show
  1. README.md +16 -25
  2. adapter_model.bin +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: peft
3
- license: other
4
- base_model: Qwen/Qwen1.5-0.5B
5
  tags:
6
  - axolotl
7
  - generated_from_trainer
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
19
  axolotl version: `0.4.1`
20
  ```yaml
21
  adapter: lora
22
- base_model: Qwen/Qwen1.5-0.5B
23
  bf16: false
24
  chat_template: llama3
25
  dataset_prepared_path: null
@@ -39,23 +39,12 @@ datasets:
39
  system_prompt: ''
40
  debug: null
41
  deepspeed: null
42
- devices:
43
- - 0
44
- - 1
45
- - 2
46
- - 3
47
- - 4
48
- - 5
49
- - 6
50
- - 7
51
  early_stopping_patience: null
52
  eval_max_new_tokens: 128
53
  eval_table_size: null
54
  evals_per_epoch: 4
55
- flash_attention: false
56
  fp16: true
57
- fsdp: null
58
- fsdp_config: null
59
  gradient_accumulation_steps: 4
60
  gradient_checkpointing: false
61
  group_by_length: false
@@ -80,8 +69,7 @@ micro_batch_size: 1
80
  mlflow_experiment_name: /tmp/858b566324e54745_train_data.json
81
  model_type: AutoModelForCausalLM
82
  num_epochs: 1
83
- num_gpus: 8
84
- optimizer: adamw_bnb_8bit
85
  output_dir: miner_id_24
86
  pad_to_sequence_len: true
87
  resume_from_checkpoint: null
@@ -112,9 +100,9 @@ xformers_attention: null
112
 
113
  # e2b10744-8290-4179-bd2f-9ea76dbe1f32
114
 
115
- This model is a fine-tuned version of [Qwen/Qwen1.5-0.5B](https://huggingface.co/Qwen/Qwen1.5-0.5B) on the None dataset.
116
  It achieves the following results on the evaluation set:
117
- - Loss: 6.2907
118
 
119
  ## Model description
120
 
@@ -137,9 +125,12 @@ The following hyperparameters were used during training:
137
  - train_batch_size: 1
138
  - eval_batch_size: 1
139
  - seed: 42
 
 
140
  - gradient_accumulation_steps: 4
141
- - total_train_batch_size: 4
142
- - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
 
143
  - lr_scheduler_type: cosine
144
  - lr_scheduler_warmup_steps: 10
145
  - training_steps: 10
@@ -149,10 +140,10 @@ The following hyperparameters were used during training:
149
 
150
  | Training Loss | Epoch | Step | Validation Loss |
151
  |:-------------:|:------:|:----:|:---------------:|
152
- | 7.3707 | 0.0000 | 1 | 7.0794 |
153
- | 4.2049 | 0.0001 | 3 | 7.0794 |
154
- | 6.3815 | 0.0002 | 6 | 6.9406 |
155
- | 7.3729 | 0.0002 | 9 | 6.2907 |
156
 
157
 
158
  ### Framework versions
 
1
  ---
2
  library_name: peft
3
+ license: llama3
4
+ base_model: NousResearch/Hermes-2-Pro-Llama-3-8B
5
  tags:
6
  - axolotl
7
  - generated_from_trainer
 
19
  axolotl version: `0.4.1`
20
  ```yaml
21
  adapter: lora
22
+ base_model: NousResearch/Hermes-2-Pro-Llama-3-8B
23
  bf16: false
24
  chat_template: llama3
25
  dataset_prepared_path: null
 
39
  system_prompt: ''
40
  debug: null
41
  deepspeed: null
 
 
 
 
 
 
 
 
 
42
  early_stopping_patience: null
43
  eval_max_new_tokens: 128
44
  eval_table_size: null
45
  evals_per_epoch: 4
46
+ flash_attention: true
47
  fp16: true
 
 
48
  gradient_accumulation_steps: 4
49
  gradient_checkpointing: false
50
  group_by_length: false
 
69
  mlflow_experiment_name: /tmp/858b566324e54745_train_data.json
70
  model_type: AutoModelForCausalLM
71
  num_epochs: 1
72
+ optimizer: adamw_torch
 
73
  output_dir: miner_id_24
74
  pad_to_sequence_len: true
75
  resume_from_checkpoint: null
 
100
 
101
  # e2b10744-8290-4179-bd2f-9ea76dbe1f32
102
 
103
+ This model is a fine-tuned version of [NousResearch/Hermes-2-Pro-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Pro-Llama-3-8B) on the None dataset.
104
  It achieves the following results on the evaluation set:
105
+ - Loss: 8.9346
106
 
107
  ## Model description
108
 
 
125
  - train_batch_size: 1
126
  - eval_batch_size: 1
127
  - seed: 42
128
+ - distributed_type: multi-GPU
129
+ - num_devices: 2
130
  - gradient_accumulation_steps: 4
131
+ - total_train_batch_size: 8
132
+ - total_eval_batch_size: 2
133
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
134
  - lr_scheduler_type: cosine
135
  - lr_scheduler_warmup_steps: 10
136
  - training_steps: 10
 
140
 
141
  | Training Loss | Epoch | Step | Validation Loss |
142
  |:-------------:|:------:|:----:|:---------------:|
143
+ | 10.6832 | 0.0001 | 1 | 9.9402 |
144
+ | 8.955 | 0.0002 | 3 | 9.9402 |
145
+ | 8.8015 | 0.0003 | 6 | 9.9000 |
146
+ | 9.2568 | 0.0005 | 9 | 8.9346 |
147
 
148
 
149
  ### Framework versions
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:304b63ff159de17e7d943af81d65d27fe993f94e7c0981fdb53a9b8c853b2783
3
- size 30398410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c638d3d5980ceb5e2a3166b18dfa79735920eeae44823f325610fe56d8e6f150
3
+ size 167934026