dimasik87 commited on
Commit
eb6c3c8
·
verified ·
1 Parent(s): 6d3edd0

End of training

Browse files
Files changed (2) hide show
  1. README.md +31 -27
  2. adapter_model.bin +2 -2
README.md CHANGED
@@ -43,12 +43,12 @@ 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
  fsdp: null
49
  fsdp_config: null
50
  gradient_accumulation_steps: 4
51
- gradient_checkpointing: true
52
  group_by_length: false
53
  hub_model_id: dimasik87/06770fdd-0810-4759-908a-5d296333672a
54
  hub_repo: null
@@ -59,28 +59,28 @@ load_in_4bit: false
59
  load_in_8bit: false
60
  local_rank: null
61
  logging_steps: 1
62
- lora_alpha: 16
63
- lora_dropout: 0.1
64
  lora_fan_in_fan_out: null
65
  lora_model_dir: null
66
- lora_r: 8
67
  lora_target_linear: true
68
  lr_scheduler: cosine
69
  max_memory:
70
  0: 70GiB
71
- max_steps: 25
72
- micro_batch_size: 1
73
  mlflow_experiment_name: /tmp/55fc4b709c64c233_train_data.json
74
  model_type: AutoModelForCausalLM
75
- num_epochs: 3
76
- optimizer: adamw_torch
77
  output_dir: miner_id_24
78
  pad_to_sequence_len: true
79
  resume_from_checkpoint: null
80
  s2_attention: null
81
  sample_packing: false
82
- saves_per_epoch: 3
83
- sequence_len: 2028
84
  special_tokens:
85
  pad_token: <|eot_id|>
86
  strict: false
@@ -107,7 +107,7 @@ xformers_attention: null
107
 
108
  This model is a fine-tuned version of [elyza/Llama-3-ELYZA-JP-8B](https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B) on the None dataset.
109
  It achieves the following results on the evaluation set:
110
- - Loss: 0.8398
111
 
112
  ## Model description
113
 
@@ -127,29 +127,33 @@ More information needed
127
 
128
  The following hyperparameters were used during training:
129
  - learning_rate: 0.0002
130
- - train_batch_size: 1
131
- - eval_batch_size: 1
132
  - seed: 42
133
  - gradient_accumulation_steps: 4
134
- - total_train_batch_size: 4
135
- - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
136
  - lr_scheduler_type: cosine
137
  - lr_scheduler_warmup_steps: 10
138
- - training_steps: 25
139
 
140
  ### Training results
141
 
142
  | Training Loss | Epoch | Step | Validation Loss |
143
  |:-------------:|:------:|:----:|:---------------:|
144
- | 11.9265 | 0.0004 | 1 | 12.7843 |
145
- | 13.0835 | 0.0013 | 3 | 12.6270 |
146
- | 11.0406 | 0.0026 | 6 | 8.3529 |
147
- | 6.2842 | 0.0039 | 9 | 4.4139 |
148
- | 1.8928 | 0.0052 | 12 | 1.3278 |
149
- | 1.1507 | 0.0065 | 15 | 0.8007 |
150
- | 0.8566 | 0.0078 | 18 | 0.6212 |
151
- | 0.4075 | 0.0091 | 21 | 0.8347 |
152
- | 0.8743 | 0.0103 | 24 | 0.8398 |
 
 
 
 
153
 
154
 
155
  ### Framework versions
 
43
  eval_max_new_tokens: 128
44
  eval_table_size: null
45
  evals_per_epoch: 4
46
+ flash_attention: false
47
+ fp16: null
48
  fsdp: null
49
  fsdp_config: null
50
  gradient_accumulation_steps: 4
51
+ gradient_checkpointing: false
52
  group_by_length: false
53
  hub_model_id: dimasik87/06770fdd-0810-4759-908a-5d296333672a
54
  hub_repo: null
 
59
  load_in_8bit: false
60
  local_rank: null
61
  logging_steps: 1
62
+ lora_alpha: 32
63
+ lora_dropout: 0.05
64
  lora_fan_in_fan_out: null
65
  lora_model_dir: null
66
+ lora_r: 16
67
  lora_target_linear: true
68
  lr_scheduler: cosine
69
  max_memory:
70
  0: 70GiB
71
+ max_steps: 50
72
+ micro_batch_size: 2
73
  mlflow_experiment_name: /tmp/55fc4b709c64c233_train_data.json
74
  model_type: AutoModelForCausalLM
75
+ num_epochs: 4
76
+ optimizer: adamw_bnb_8bit
77
  output_dir: miner_id_24
78
  pad_to_sequence_len: true
79
  resume_from_checkpoint: null
80
  s2_attention: null
81
  sample_packing: false
82
+ saves_per_epoch: 4
83
+ sequence_len: 1024
84
  special_tokens:
85
  pad_token: <|eot_id|>
86
  strict: false
 
107
 
108
  This model is a fine-tuned version of [elyza/Llama-3-ELYZA-JP-8B](https://huggingface.co/elyza/Llama-3-ELYZA-JP-8B) on the None dataset.
109
  It achieves the following results on the evaluation set:
110
+ - Loss: 0.5962
111
 
112
  ## Model description
113
 
 
127
 
128
  The following hyperparameters were used during training:
129
  - learning_rate: 0.0002
130
+ - train_batch_size: 2
131
+ - eval_batch_size: 2
132
  - seed: 42
133
  - gradient_accumulation_steps: 4
134
+ - total_train_batch_size: 8
135
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
136
  - lr_scheduler_type: cosine
137
  - lr_scheduler_warmup_steps: 10
138
+ - training_steps: 50
139
 
140
  ### Training results
141
 
142
  | Training Loss | Epoch | Step | Validation Loss |
143
  |:-------------:|:------:|:----:|:---------------:|
144
+ | 12.2382 | 0.0009 | 1 | 12.7834 |
145
+ | 12.0138 | 0.0034 | 4 | 10.4872 |
146
+ | 4.8259 | 0.0069 | 8 | 1.5156 |
147
+ | 0.5719 | 0.0103 | 12 | 0.8780 |
148
+ | 0.9423 | 0.0138 | 16 | 0.5733 |
149
+ | 0.4543 | 0.0172 | 20 | 0.8335 |
150
+ | 1.3692 | 0.0207 | 24 | 1.0001 |
151
+ | 0.9116 | 0.0241 | 28 | 0.6467 |
152
+ | 0.7579 | 0.0276 | 32 | 0.8243 |
153
+ | 0.4857 | 0.0310 | 36 | 0.6007 |
154
+ | 0.723 | 0.0345 | 40 | 0.6944 |
155
+ | 0.3938 | 0.0379 | 44 | 0.6142 |
156
+ | 0.4404 | 0.0414 | 48 | 0.5962 |
157
 
158
 
159
  ### Framework versions
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18ce7fd112b589d7d16d3ef9e16af65cce4135900e8b26936b8a21e07351b8db
3
- size 84047370
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969fc9ac044e59ab6546496e2a64a8cdda6558338209e37f22e2dc20b1fe77f0
3
+ size 167934026