End of training
Browse files- README.md +31 -27
- 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:
|
47 |
-
fp16:
|
48 |
fsdp: null
|
49 |
fsdp_config: null
|
50 |
gradient_accumulation_steps: 4
|
51 |
-
gradient_checkpointing:
|
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:
|
63 |
-
lora_dropout: 0.
|
64 |
lora_fan_in_fan_out: null
|
65 |
lora_model_dir: null
|
66 |
-
lora_r:
|
67 |
lora_target_linear: true
|
68 |
lr_scheduler: cosine
|
69 |
max_memory:
|
70 |
0: 70GiB
|
71 |
-
max_steps:
|
72 |
-
micro_batch_size:
|
73 |
mlflow_experiment_name: /tmp/55fc4b709c64c233_train_data.json
|
74 |
model_type: AutoModelForCausalLM
|
75 |
-
num_epochs:
|
76 |
-
optimizer:
|
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:
|
83 |
-
sequence_len:
|
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.
|
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:
|
131 |
-
- eval_batch_size:
|
132 |
- seed: 42
|
133 |
- gradient_accumulation_steps: 4
|
134 |
-
- total_train_batch_size:
|
135 |
-
- optimizer: Use OptimizerNames.
|
136 |
- lr_scheduler_type: cosine
|
137 |
- lr_scheduler_warmup_steps: 10
|
138 |
-
- training_steps:
|
139 |
|
140 |
### Training results
|
141 |
|
142 |
| Training Loss | Epoch | Step | Validation Loss |
|
143 |
|:-------------:|:------:|:----:|:---------------:|
|
144 |
-
|
|
145 |
-
|
|
146 |
-
|
|
147 |
-
|
|
148 |
-
|
|
149 |
-
|
|
150 |
-
|
|
151 |
-
| 0.
|
152 |
-
| 0.
|
|
|
|
|
|
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:969fc9ac044e59ab6546496e2a64a8cdda6558338209e37f22e2dc20b1fe77f0
|
3 |
+
size 167934026
|