Model save
Browse files- README.md +4 -4
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- all_results.json +8 -8
- eval_results.json +4 -4
- train_results.json +4 -4
- trainer_state.json +56 -140
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 1.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,8 +40,8 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- distributed_type: multi-GPU
|
42 |
- num_devices: 4
|
43 |
-
- gradient_accumulation_steps:
|
44 |
-
- total_train_batch_size:
|
45 |
- total_eval_batch_size: 16
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
@@ -51,7 +51,7 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
-
| 1.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.0239
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- distributed_type: multi-GPU
|
42 |
- num_devices: 4
|
43 |
+
- gradient_accumulation_steps: 256
|
44 |
+
- total_train_batch_size: 2048
|
45 |
- total_eval_batch_size: 16
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| 1.0224 | 0.67 | 68 | 1.0240 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -16,10 +16,10 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"v_proj",
|
20 |
-
"q_proj",
|
21 |
"k_proj",
|
22 |
-
"
|
|
|
|
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
|
|
19 |
"k_proj",
|
20 |
+
"q_proj",
|
21 |
+
"o_proj",
|
22 |
+
"v_proj"
|
23 |
],
|
24 |
"task_type": "CAUSAL_LM"
|
25 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 218138576
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c0c9f426276e25b3a38839f3edf593998480ae8aaf9a7dd86f4091e745ac676
|
3 |
size 218138576
|
all_results.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"epoch": 0.67,
|
3 |
-
"eval_loss": 1.
|
4 |
-
"eval_runtime":
|
5 |
"eval_samples": 23110,
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
-
"train_loss": 1.
|
9 |
-
"train_runtime":
|
10 |
"train_samples": 207865,
|
11 |
-
"train_samples_per_second":
|
12 |
-
"train_steps_per_second": 0.
|
13 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.67,
|
3 |
+
"eval_loss": 1.0239042043685913,
|
4 |
+
"eval_runtime": 2000.5663,
|
5 |
"eval_samples": 23110,
|
6 |
+
"eval_samples_per_second": 11.552,
|
7 |
+
"eval_steps_per_second": 0.722,
|
8 |
+
"train_loss": 1.0572445532854866,
|
9 |
+
"train_runtime": 62451.9899,
|
10 |
"train_samples": 207865,
|
11 |
+
"train_samples_per_second": 3.328,
|
12 |
+
"train_steps_per_second": 0.002
|
13 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 0.67,
|
3 |
-
"eval_loss": 1.
|
4 |
-
"eval_runtime":
|
5 |
"eval_samples": 23110,
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.67,
|
3 |
+
"eval_loss": 1.0239042043685913,
|
4 |
+
"eval_runtime": 2000.5663,
|
5 |
"eval_samples": 23110,
|
6 |
+
"eval_samples_per_second": 11.552,
|
7 |
+
"eval_steps_per_second": 0.722
|
8 |
}
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 0.67,
|
3 |
-
"train_loss": 1.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 207865,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.67,
|
3 |
+
"train_loss": 1.0572445532854866,
|
4 |
+
"train_runtime": 62451.9899,
|
5 |
"train_samples": 207865,
|
6 |
+
"train_samples_per_second": 3.328,
|
7 |
+
"train_steps_per_second": 0.002
|
8 |
}
|
trainer_state.json
CHANGED
@@ -3,202 +3,118 @@
|
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 0.6699507389162561,
|
5 |
"eval_steps": 500,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
-
"epoch": 0.
|
13 |
-
"learning_rate": 1.
|
14 |
-
"loss": 1.
|
15 |
"step": 1
|
16 |
},
|
17 |
-
{
|
18 |
-
"epoch": 0.02,
|
19 |
-
"learning_rate": 1.997007728639956e-05,
|
20 |
-
"loss": 1.1416,
|
21 |
-
"step": 5
|
22 |
-
},
|
23 |
{
|
24 |
"epoch": 0.05,
|
25 |
-
"learning_rate": 1.
|
26 |
-
"loss": 1.
|
27 |
-
"step":
|
28 |
-
},
|
29 |
-
{
|
30 |
-
"epoch": 0.07,
|
31 |
-
"learning_rate": 1.973176894846855e-05,
|
32 |
-
"loss": 1.108,
|
33 |
-
"step": 15
|
34 |
},
|
35 |
{
|
36 |
"epoch": 0.1,
|
37 |
-
"learning_rate": 1.
|
38 |
-
"loss": 1.
|
39 |
-
"step":
|
40 |
-
},
|
41 |
-
{
|
42 |
-
"epoch": 0.12,
|
43 |
-
"learning_rate": 1.926084840336821e-05,
|
44 |
-
"loss": 1.0881,
|
45 |
-
"step": 25
|
46 |
},
|
47 |
{
|
48 |
"epoch": 0.15,
|
49 |
-
"learning_rate": 1.
|
50 |
-
"loss": 1.
|
51 |
-
"step":
|
52 |
-
},
|
53 |
-
{
|
54 |
-
"epoch": 0.17,
|
55 |
-
"learning_rate": 1.8568571761675893e-05,
|
56 |
-
"loss": 1.0523,
|
57 |
-
"step": 35
|
58 |
},
|
59 |
{
|
60 |
"epoch": 0.2,
|
61 |
-
"learning_rate": 1.
|
62 |
-
"loss": 1.
|
63 |
-
"step":
|
64 |
-
},
|
65 |
-
{
|
66 |
-
"epoch": 0.22,
|
67 |
-
"learning_rate": 1.7671486066220965e-05,
|
68 |
-
"loss": 1.0427,
|
69 |
-
"step": 45
|
70 |
},
|
71 |
{
|
72 |
"epoch": 0.25,
|
73 |
-
"learning_rate": 1.
|
74 |
-
"loss": 1.
|
75 |
-
"step":
|
76 |
-
},
|
77 |
-
{
|
78 |
-
"epoch": 0.27,
|
79 |
-
"learning_rate": 1.659103377877423e-05,
|
80 |
-
"loss": 1.0395,
|
81 |
-
"step": 55
|
82 |
},
|
83 |
{
|
84 |
"epoch": 0.3,
|
85 |
-
"learning_rate": 1.
|
86 |
-
"loss": 1.
|
87 |
-
"step":
|
88 |
-
},
|
89 |
-
{
|
90 |
-
"epoch": 0.32,
|
91 |
-
"learning_rate": 1.5353040254690396e-05,
|
92 |
-
"loss": 1.0304,
|
93 |
-
"step": 65
|
94 |
},
|
95 |
{
|
96 |
"epoch": 0.34,
|
97 |
-
"learning_rate": 1.
|
98 |
-
"loss": 1.
|
99 |
-
"step":
|
100 |
-
},
|
101 |
-
{
|
102 |
-
"epoch": 0.37,
|
103 |
-
"learning_rate": 1.3987096456067236e-05,
|
104 |
-
"loss": 1.0233,
|
105 |
-
"step": 75
|
106 |
},
|
107 |
{
|
108 |
"epoch": 0.39,
|
109 |
-
"learning_rate": 1.
|
110 |
-
"loss": 1.
|
111 |
-
"step":
|
112 |
-
},
|
113 |
-
{
|
114 |
-
"epoch": 0.42,
|
115 |
-
"learning_rate": 1.252585165803135e-05,
|
116 |
-
"loss": 1.0238,
|
117 |
-
"step": 85
|
118 |
},
|
119 |
{
|
120 |
"epoch": 0.44,
|
121 |
-
"learning_rate": 1.
|
122 |
-
"loss": 1.
|
123 |
-
"step":
|
124 |
-
},
|
125 |
-
{
|
126 |
-
"epoch": 0.47,
|
127 |
-
"learning_rate": 1.1004233054136726e-05,
|
128 |
-
"loss": 1.022,
|
129 |
-
"step": 95
|
130 |
},
|
131 |
{
|
132 |
"epoch": 0.49,
|
133 |
-
"learning_rate": 1.
|
134 |
-
"loss": 1.
|
135 |
-
"step":
|
136 |
-
},
|
137 |
-
{
|
138 |
-
"epoch": 0.52,
|
139 |
-
"learning_rate": 9.458610914145826e-06,
|
140 |
-
"loss": 1.0143,
|
141 |
-
"step": 105
|
142 |
},
|
143 |
{
|
144 |
"epoch": 0.54,
|
145 |
-
"learning_rate": 8.
|
146 |
-
"loss": 1.
|
147 |
-
"step":
|
148 |
-
},
|
149 |
-
{
|
150 |
-
"epoch": 0.57,
|
151 |
-
"learning_rate": 7.92592924888925e-06,
|
152 |
-
"loss": 1.0175,
|
153 |
-
"step": 115
|
154 |
},
|
155 |
{
|
156 |
"epoch": 0.59,
|
157 |
-
"learning_rate": 7.
|
158 |
-
"loss": 1.
|
159 |
-
"step":
|
160 |
-
},
|
161 |
-
{
|
162 |
-
"epoch": 0.62,
|
163 |
-
"learning_rate": 6.442822761362015e-06,
|
164 |
-
"loss": 1.0167,
|
165 |
-
"step": 125
|
166 |
},
|
167 |
{
|
168 |
"epoch": 0.64,
|
169 |
-
"learning_rate": 5.
|
170 |
-
"loss": 1.
|
171 |
-
"step":
|
172 |
-
},
|
173 |
-
{
|
174 |
-
"epoch": 0.67,
|
175 |
-
"learning_rate": 5.044741191005908e-06,
|
176 |
-
"loss": 1.0105,
|
177 |
-
"step": 135
|
178 |
},
|
179 |
{
|
180 |
"epoch": 0.67,
|
181 |
-
"eval_loss": 1.
|
182 |
-
"eval_runtime":
|
183 |
-
"eval_samples_per_second":
|
184 |
-
"eval_steps_per_second": 0.
|
185 |
-
"step":
|
186 |
},
|
187 |
{
|
188 |
"epoch": 0.67,
|
189 |
-
"step":
|
190 |
-
"total_flos": 1.
|
191 |
-
"train_loss": 1.
|
192 |
-
"train_runtime":
|
193 |
-
"train_samples_per_second":
|
194 |
-
"train_steps_per_second": 0.
|
195 |
}
|
196 |
],
|
197 |
"logging_steps": 5,
|
198 |
-
"max_steps":
|
199 |
"num_train_epochs": 1,
|
200 |
"save_steps": 500,
|
201 |
-
"total_flos": 1.
|
202 |
"trial_name": null,
|
203 |
"trial_params": null
|
204 |
}
|
|
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 0.6699507389162561,
|
5 |
"eval_steps": 500,
|
6 |
+
"global_step": 68,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
{
|
12 |
+
"epoch": 0.01,
|
13 |
+
"learning_rate": 1.999516282291988e-05,
|
14 |
+
"loss": 1.1268,
|
15 |
"step": 1
|
16 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
{
|
18 |
"epoch": 0.05,
|
19 |
+
"learning_rate": 1.987930439740757e-05,
|
20 |
+
"loss": 1.1283,
|
21 |
+
"step": 5
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
},
|
23 |
{
|
24 |
"epoch": 0.1,
|
25 |
+
"learning_rate": 1.95201310753273e-05,
|
26 |
+
"loss": 1.1092,
|
27 |
+
"step": 10
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
},
|
29 |
{
|
30 |
"epoch": 0.15,
|
31 |
+
"learning_rate": 1.8931150161867917e-05,
|
32 |
+
"loss": 1.0944,
|
33 |
+
"step": 15
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
},
|
35 |
{
|
36 |
"epoch": 0.2,
|
37 |
+
"learning_rate": 1.8126579138282502e-05,
|
38 |
+
"loss": 1.0769,
|
39 |
+
"step": 20
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
},
|
41 |
{
|
42 |
"epoch": 0.25,
|
43 |
+
"learning_rate": 1.7125839641475074e-05,
|
44 |
+
"loss": 1.0658,
|
45 |
+
"step": 25
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
},
|
47 |
{
|
48 |
"epoch": 0.3,
|
49 |
+
"learning_rate": 1.595308864276666e-05,
|
50 |
+
"loss": 1.0595,
|
51 |
+
"step": 30
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
},
|
53 |
{
|
54 |
"epoch": 0.34,
|
55 |
+
"learning_rate": 1.4636635319853274e-05,
|
56 |
+
"loss": 1.0497,
|
57 |
+
"step": 35
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
},
|
59 |
{
|
60 |
"epoch": 0.39,
|
61 |
+
"learning_rate": 1.3208257698153677e-05,
|
62 |
+
"loss": 1.0332,
|
63 |
+
"step": 40
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
},
|
65 |
{
|
66 |
"epoch": 0.44,
|
67 |
+
"learning_rate": 1.1702435557223988e-05,
|
68 |
+
"loss": 1.0312,
|
69 |
+
"step": 45
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
},
|
71 |
{
|
72 |
"epoch": 0.49,
|
73 |
+
"learning_rate": 1.0155518119203511e-05,
|
74 |
+
"loss": 1.029,
|
75 |
+
"step": 50
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
},
|
77 |
{
|
78 |
"epoch": 0.54,
|
79 |
+
"learning_rate": 8.604846610560771e-06,
|
80 |
+
"loss": 1.0258,
|
81 |
+
"step": 55
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
},
|
83 |
{
|
84 |
"epoch": 0.59,
|
85 |
+
"learning_rate": 7.0878528777274814e-06,
|
86 |
+
"loss": 1.0258,
|
87 |
+
"step": 60
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
},
|
89 |
{
|
90 |
"epoch": 0.64,
|
91 |
+
"learning_rate": 5.64115581524629e-06,
|
92 |
+
"loss": 1.0224,
|
93 |
+
"step": 65
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
},
|
95 |
{
|
96 |
"epoch": 0.67,
|
97 |
+
"eval_loss": 1.0239689350128174,
|
98 |
+
"eval_runtime": 2002.0819,
|
99 |
+
"eval_samples_per_second": 11.543,
|
100 |
+
"eval_steps_per_second": 0.722,
|
101 |
+
"step": 68
|
102 |
},
|
103 |
{
|
104 |
"epoch": 0.67,
|
105 |
+
"step": 68,
|
106 |
+
"total_flos": 1.2276051069330522e+19,
|
107 |
+
"train_loss": 1.0572445532854866,
|
108 |
+
"train_runtime": 62451.9899,
|
109 |
+
"train_samples_per_second": 3.328,
|
110 |
+
"train_steps_per_second": 0.002
|
111 |
}
|
112 |
],
|
113 |
"logging_steps": 5,
|
114 |
+
"max_steps": 101,
|
115 |
"num_train_epochs": 1,
|
116 |
"save_steps": 500,
|
117 |
+
"total_flos": 1.2276051069330522e+19,
|
118 |
"trial_name": null,
|
119 |
"trial_params": null
|
120 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36facd59ad2755544b27eb1044191870ef084d9fb2b53ff4c6f47efcc03ef423
|
3 |
size 4155
|