Farouk commited on
Commit ·
310c7e8
1
Parent(s): 70552c5
Training in progress, step 600
Browse files- adapter_model.bin +1 -1
- checkpoint-400/adapter_model/adapter_model/README.md +12 -0
- checkpoint-400/adapter_model/adapter_model/adapter_config.json +4 -4
- checkpoint-400/adapter_model/adapter_model/adapter_model.bin +1 -1
- checkpoint-600/README.md +12 -0
- checkpoint-600/adapter_config.json +4 -4
- checkpoint-600/adapter_model.bin +1 -1
- checkpoint-600/optimizer.pt +1 -1
- checkpoint-600/rng_state.pth +1 -1
- checkpoint-600/trainer_state.json +226 -226
- checkpoint-600/training_args.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 319977229
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7582188887c3e9877f33180a1924745623e9f26b473bb67df1455ab5a4faa14c
|
| 3 |
size 319977229
|
checkpoint-400/adapter_model/adapter_model/README.md
CHANGED
|
@@ -4,6 +4,17 @@ library_name: peft
|
|
| 4 |
## Training procedure
|
| 5 |
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
The following `bitsandbytes` quantization config was used during training:
|
| 8 |
- load_in_8bit: False
|
| 9 |
- load_in_4bit: True
|
|
@@ -16,5 +27,6 @@ The following `bitsandbytes` quantization config was used during training:
|
|
| 16 |
- bnb_4bit_compute_dtype: bfloat16
|
| 17 |
### Framework versions
|
| 18 |
|
|
|
|
| 19 |
|
| 20 |
- PEFT 0.4.0
|
|
|
|
| 4 |
## Training procedure
|
| 5 |
|
| 6 |
|
| 7 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 8 |
+
- load_in_8bit: False
|
| 9 |
+
- load_in_4bit: True
|
| 10 |
+
- llm_int8_threshold: 6.0
|
| 11 |
+
- llm_int8_skip_modules: None
|
| 12 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 13 |
+
- llm_int8_has_fp16_weight: False
|
| 14 |
+
- bnb_4bit_quant_type: nf4
|
| 15 |
+
- bnb_4bit_use_double_quant: True
|
| 16 |
+
- bnb_4bit_compute_dtype: bfloat16
|
| 17 |
+
|
| 18 |
The following `bitsandbytes` quantization config was used during training:
|
| 19 |
- load_in_8bit: False
|
| 20 |
- load_in_4bit: True
|
|
|
|
| 27 |
- bnb_4bit_compute_dtype: bfloat16
|
| 28 |
### Framework versions
|
| 29 |
|
| 30 |
+
- PEFT 0.4.0
|
| 31 |
|
| 32 |
- PEFT 0.4.0
|
checkpoint-400/adapter_model/adapter_model/adapter_config.json
CHANGED
|
@@ -14,13 +14,13 @@
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
|
|
|
| 17 |
"q_proj",
|
| 18 |
-
"
|
| 19 |
"v_proj",
|
| 20 |
-
"
|
| 21 |
-
"down_proj",
|
| 22 |
"k_proj",
|
| 23 |
-
"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
+
"down_proj",
|
| 18 |
"q_proj",
|
| 19 |
+
"up_proj",
|
| 20 |
"v_proj",
|
| 21 |
+
"o_proj",
|
|
|
|
| 22 |
"k_proj",
|
| 23 |
+
"gate_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
checkpoint-400/adapter_model/adapter_model/adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 319977229
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e3cbdc2396034eea056c94b711b2e61ed6b5b3342d49c60e9a941edfb9e87ac
|
| 3 |
size 319977229
|
checkpoint-600/README.md
CHANGED
|
@@ -4,6 +4,17 @@ library_name: peft
|
|
| 4 |
## Training procedure
|
| 5 |
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
The following `bitsandbytes` quantization config was used during training:
|
| 8 |
- load_in_8bit: False
|
| 9 |
- load_in_4bit: True
|
|
@@ -16,5 +27,6 @@ The following `bitsandbytes` quantization config was used during training:
|
|
| 16 |
- bnb_4bit_compute_dtype: bfloat16
|
| 17 |
### Framework versions
|
| 18 |
|
|
|
|
| 19 |
|
| 20 |
- PEFT 0.4.0
|
|
|
|
| 4 |
## Training procedure
|
| 5 |
|
| 6 |
|
| 7 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 8 |
+
- load_in_8bit: False
|
| 9 |
+
- load_in_4bit: True
|
| 10 |
+
- llm_int8_threshold: 6.0
|
| 11 |
+
- llm_int8_skip_modules: None
|
| 12 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 13 |
+
- llm_int8_has_fp16_weight: False
|
| 14 |
+
- bnb_4bit_quant_type: nf4
|
| 15 |
+
- bnb_4bit_use_double_quant: True
|
| 16 |
+
- bnb_4bit_compute_dtype: bfloat16
|
| 17 |
+
|
| 18 |
The following `bitsandbytes` quantization config was used during training:
|
| 19 |
- load_in_8bit: False
|
| 20 |
- load_in_4bit: True
|
|
|
|
| 27 |
- bnb_4bit_compute_dtype: bfloat16
|
| 28 |
### Framework versions
|
| 29 |
|
| 30 |
+
- PEFT 0.4.0
|
| 31 |
|
| 32 |
- PEFT 0.4.0
|
checkpoint-600/adapter_config.json
CHANGED
|
@@ -14,13 +14,13 @@
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
|
|
|
| 17 |
"q_proj",
|
| 18 |
-
"
|
| 19 |
"v_proj",
|
| 20 |
-
"
|
| 21 |
-
"down_proj",
|
| 22 |
"k_proj",
|
| 23 |
-
"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
|
|
|
| 14 |
"r": 64,
|
| 15 |
"revision": null,
|
| 16 |
"target_modules": [
|
| 17 |
+
"down_proj",
|
| 18 |
"q_proj",
|
| 19 |
+
"up_proj",
|
| 20 |
"v_proj",
|
| 21 |
+
"o_proj",
|
|
|
|
| 22 |
"k_proj",
|
| 23 |
+
"gate_proj"
|
| 24 |
],
|
| 25 |
"task_type": "CAUSAL_LM"
|
| 26 |
}
|
checkpoint-600/adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 319977229
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7582188887c3e9877f33180a1924745623e9f26b473bb67df1455ab5a4faa14c
|
| 3 |
size 319977229
|
checkpoint-600/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1279539973
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:945f2ee32f86159988dc6fdbdf62f7d6317536d6d62f36c3fee609787700576d
|
| 3 |
size 1279539973
|
checkpoint-600/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14511
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:325ecf8978046b5d65c6fce52816144b03f009b3bd5508cd55f1c27df4c7f841
|
| 3 |
size 14511
|
checkpoint-600/trainer_state.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"best_metric": 0.
|
| 3 |
"best_model_checkpoint": "experts/expert-21/checkpoint-600",
|
| 4 |
-
"epoch": 0.
|
| 5 |
"global_step": 600,
|
| 6 |
"is_hyper_param_search": false,
|
| 7 |
"is_local_process_zero": true,
|
|
@@ -10,161 +10,161 @@
|
|
| 10 |
{
|
| 11 |
"epoch": 0.0,
|
| 12 |
"learning_rate": 0.0002,
|
| 13 |
-
"loss": 0.
|
| 14 |
"step": 10
|
| 15 |
},
|
| 16 |
{
|
| 17 |
-
"epoch": 0.
|
| 18 |
"learning_rate": 0.0002,
|
| 19 |
-
"loss": 0.
|
| 20 |
"step": 20
|
| 21 |
},
|
| 22 |
{
|
| 23 |
"epoch": 0.01,
|
| 24 |
"learning_rate": 0.0002,
|
| 25 |
-
"loss": 0.
|
| 26 |
"step": 30
|
| 27 |
},
|
| 28 |
{
|
| 29 |
-
"epoch": 0.
|
| 30 |
"learning_rate": 0.0002,
|
| 31 |
-
"loss": 0.
|
| 32 |
"step": 40
|
| 33 |
},
|
| 34 |
{
|
| 35 |
-
"epoch": 0.
|
| 36 |
"learning_rate": 0.0002,
|
| 37 |
-
"loss": 0.
|
| 38 |
"step": 50
|
| 39 |
},
|
| 40 |
{
|
| 41 |
-
"epoch": 0.
|
| 42 |
"learning_rate": 0.0002,
|
| 43 |
-
"loss": 0.
|
| 44 |
"step": 60
|
| 45 |
},
|
| 46 |
{
|
| 47 |
-
"epoch": 0.
|
| 48 |
"learning_rate": 0.0002,
|
| 49 |
-
"loss": 0.
|
| 50 |
"step": 70
|
| 51 |
},
|
| 52 |
{
|
| 53 |
-
"epoch": 0.
|
| 54 |
"learning_rate": 0.0002,
|
| 55 |
-
"loss": 0.
|
| 56 |
"step": 80
|
| 57 |
},
|
| 58 |
{
|
| 59 |
-
"epoch": 0.
|
| 60 |
"learning_rate": 0.0002,
|
| 61 |
-
"loss": 0.
|
| 62 |
"step": 90
|
| 63 |
},
|
| 64 |
{
|
| 65 |
-
"epoch": 0.
|
| 66 |
"learning_rate": 0.0002,
|
| 67 |
-
"loss": 0.
|
| 68 |
"step": 100
|
| 69 |
},
|
| 70 |
{
|
| 71 |
-
"epoch": 0.
|
| 72 |
"learning_rate": 0.0002,
|
| 73 |
-
"loss": 0.
|
| 74 |
"step": 110
|
| 75 |
},
|
| 76 |
{
|
| 77 |
-
"epoch": 0.
|
| 78 |
"learning_rate": 0.0002,
|
| 79 |
-
"loss": 0.
|
| 80 |
"step": 120
|
| 81 |
},
|
| 82 |
{
|
| 83 |
-
"epoch": 0.
|
| 84 |
"learning_rate": 0.0002,
|
| 85 |
-
"loss": 0.
|
| 86 |
"step": 130
|
| 87 |
},
|
| 88 |
{
|
| 89 |
-
"epoch": 0.
|
| 90 |
"learning_rate": 0.0002,
|
| 91 |
-
"loss": 0.
|
| 92 |
"step": 140
|
| 93 |
},
|
| 94 |
{
|
| 95 |
-
"epoch": 0.
|
| 96 |
"learning_rate": 0.0002,
|
| 97 |
-
"loss": 0.
|
| 98 |
"step": 150
|
| 99 |
},
|
| 100 |
{
|
| 101 |
-
"epoch": 0.
|
| 102 |
"learning_rate": 0.0002,
|
| 103 |
-
"loss": 0.
|
| 104 |
"step": 160
|
| 105 |
},
|
| 106 |
{
|
| 107 |
-
"epoch": 0.
|
| 108 |
"learning_rate": 0.0002,
|
| 109 |
-
"loss": 0.
|
| 110 |
"step": 170
|
| 111 |
},
|
| 112 |
{
|
| 113 |
-
"epoch": 0.
|
| 114 |
"learning_rate": 0.0002,
|
| 115 |
-
"loss": 0.
|
| 116 |
"step": 180
|
| 117 |
},
|
| 118 |
{
|
| 119 |
-
"epoch": 0.
|
| 120 |
"learning_rate": 0.0002,
|
| 121 |
-
"loss": 0.
|
| 122 |
"step": 190
|
| 123 |
},
|
| 124 |
{
|
| 125 |
-
"epoch": 0.
|
| 126 |
"learning_rate": 0.0002,
|
| 127 |
-
"loss": 0.
|
| 128 |
"step": 200
|
| 129 |
},
|
| 130 |
{
|
| 131 |
-
"epoch": 0.
|
| 132 |
-
"eval_loss": 0.
|
| 133 |
-
"eval_runtime":
|
| 134 |
-
"eval_samples_per_second":
|
| 135 |
-
"eval_steps_per_second":
|
| 136 |
"step": 200
|
| 137 |
},
|
| 138 |
{
|
| 139 |
-
"epoch": 0.
|
| 140 |
-
"mmlu_eval_accuracy": 0.
|
| 141 |
"mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
|
| 142 |
-
"mmlu_eval_accuracy_anatomy": 0.
|
| 143 |
"mmlu_eval_accuracy_astronomy": 0.4375,
|
| 144 |
"mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
|
| 145 |
-
"mmlu_eval_accuracy_clinical_knowledge": 0.
|
| 146 |
"mmlu_eval_accuracy_college_biology": 0.4375,
|
| 147 |
"mmlu_eval_accuracy_college_chemistry": 0.125,
|
| 148 |
"mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
|
| 149 |
"mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
|
| 150 |
-
"mmlu_eval_accuracy_college_medicine": 0.
|
| 151 |
-
"mmlu_eval_accuracy_college_physics": 0.
|
| 152 |
"mmlu_eval_accuracy_computer_security": 0.36363636363636365,
|
| 153 |
"mmlu_eval_accuracy_conceptual_physics": 0.34615384615384615,
|
| 154 |
"mmlu_eval_accuracy_econometrics": 0.25,
|
| 155 |
-
"mmlu_eval_accuracy_electrical_engineering": 0.
|
| 156 |
"mmlu_eval_accuracy_elementary_mathematics": 0.34146341463414637,
|
| 157 |
-
"mmlu_eval_accuracy_formal_logic": 0.
|
| 158 |
"mmlu_eval_accuracy_global_facts": 0.4,
|
| 159 |
-
"mmlu_eval_accuracy_high_school_biology": 0.
|
| 160 |
-
"mmlu_eval_accuracy_high_school_chemistry": 0.
|
| 161 |
"mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
|
| 162 |
"mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
|
| 163 |
"mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
|
| 164 |
"mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
|
| 165 |
"mmlu_eval_accuracy_high_school_macroeconomics": 0.4418604651162791,
|
| 166 |
"mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
|
| 167 |
-
"mmlu_eval_accuracy_high_school_microeconomics": 0.
|
| 168 |
"mmlu_eval_accuracy_high_school_physics": 0.17647058823529413,
|
| 169 |
"mmlu_eval_accuracy_high_school_psychology": 0.8666666666666667,
|
| 170 |
"mmlu_eval_accuracy_high_school_statistics": 0.34782608695652173,
|
|
@@ -173,195 +173,195 @@
|
|
| 173 |
"mmlu_eval_accuracy_human_aging": 0.6956521739130435,
|
| 174 |
"mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
|
| 175 |
"mmlu_eval_accuracy_international_law": 0.9230769230769231,
|
| 176 |
-
"mmlu_eval_accuracy_jurisprudence": 0.
|
| 177 |
"mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
|
| 178 |
"mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
|
| 179 |
"mmlu_eval_accuracy_management": 0.6363636363636364,
|
| 180 |
-
"mmlu_eval_accuracy_marketing": 0.
|
| 181 |
"mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
|
| 182 |
-
"mmlu_eval_accuracy_miscellaneous": 0.
|
| 183 |
-
"mmlu_eval_accuracy_moral_disputes": 0.
|
| 184 |
-
"mmlu_eval_accuracy_moral_scenarios": 0.
|
| 185 |
-
"mmlu_eval_accuracy_nutrition": 0.
|
| 186 |
-
"mmlu_eval_accuracy_philosophy": 0.
|
| 187 |
-
"mmlu_eval_accuracy_prehistory": 0.
|
| 188 |
-
"mmlu_eval_accuracy_professional_accounting": 0.
|
| 189 |
"mmlu_eval_accuracy_professional_law": 0.32941176470588235,
|
| 190 |
-
"mmlu_eval_accuracy_professional_medicine": 0.
|
| 191 |
-
"mmlu_eval_accuracy_professional_psychology": 0.
|
| 192 |
"mmlu_eval_accuracy_public_relations": 0.6666666666666666,
|
| 193 |
-
"mmlu_eval_accuracy_security_studies": 0.
|
| 194 |
"mmlu_eval_accuracy_sociology": 0.6363636363636364,
|
| 195 |
-
"mmlu_eval_accuracy_us_foreign_policy": 0.
|
| 196 |
"mmlu_eval_accuracy_virology": 0.5555555555555556,
|
| 197 |
"mmlu_eval_accuracy_world_religions": 0.7368421052631579,
|
| 198 |
-
"mmlu_loss": 1.
|
| 199 |
"step": 200
|
| 200 |
},
|
| 201 |
{
|
| 202 |
-
"epoch": 0.
|
| 203 |
"learning_rate": 0.0002,
|
| 204 |
-
"loss": 0.
|
| 205 |
"step": 210
|
| 206 |
},
|
| 207 |
{
|
| 208 |
-
"epoch": 0.
|
| 209 |
"learning_rate": 0.0002,
|
| 210 |
-
"loss": 0.
|
| 211 |
"step": 220
|
| 212 |
},
|
| 213 |
{
|
| 214 |
-
"epoch": 0.
|
| 215 |
"learning_rate": 0.0002,
|
| 216 |
-
"loss": 0.
|
| 217 |
"step": 230
|
| 218 |
},
|
| 219 |
{
|
| 220 |
-
"epoch": 0.
|
| 221 |
"learning_rate": 0.0002,
|
| 222 |
-
"loss": 0.
|
| 223 |
"step": 240
|
| 224 |
},
|
| 225 |
{
|
| 226 |
-
"epoch": 0.
|
| 227 |
"learning_rate": 0.0002,
|
| 228 |
-
"loss": 0.
|
| 229 |
"step": 250
|
| 230 |
},
|
| 231 |
{
|
| 232 |
-
"epoch": 0.
|
| 233 |
"learning_rate": 0.0002,
|
| 234 |
-
"loss": 0.
|
| 235 |
"step": 260
|
| 236 |
},
|
| 237 |
{
|
| 238 |
-
"epoch": 0.
|
| 239 |
"learning_rate": 0.0002,
|
| 240 |
-
"loss": 0.
|
| 241 |
"step": 270
|
| 242 |
},
|
| 243 |
{
|
| 244 |
-
"epoch": 0.
|
| 245 |
"learning_rate": 0.0002,
|
| 246 |
-
"loss": 0.
|
| 247 |
"step": 280
|
| 248 |
},
|
| 249 |
{
|
| 250 |
-
"epoch": 0.
|
| 251 |
"learning_rate": 0.0002,
|
| 252 |
-
"loss": 0.
|
| 253 |
"step": 290
|
| 254 |
},
|
| 255 |
{
|
| 256 |
-
"epoch": 0.
|
| 257 |
"learning_rate": 0.0002,
|
| 258 |
-
"loss": 0.
|
| 259 |
"step": 300
|
| 260 |
},
|
| 261 |
{
|
| 262 |
-
"epoch": 0.
|
| 263 |
"learning_rate": 0.0002,
|
| 264 |
-
"loss": 0.
|
| 265 |
"step": 310
|
| 266 |
},
|
| 267 |
{
|
| 268 |
-
"epoch": 0.
|
| 269 |
"learning_rate": 0.0002,
|
| 270 |
-
"loss": 0.
|
| 271 |
"step": 320
|
| 272 |
},
|
| 273 |
{
|
| 274 |
-
"epoch": 0.
|
| 275 |
"learning_rate": 0.0002,
|
| 276 |
-
"loss": 0.
|
| 277 |
"step": 330
|
| 278 |
},
|
| 279 |
{
|
| 280 |
-
"epoch": 0.
|
| 281 |
"learning_rate": 0.0002,
|
| 282 |
-
"loss": 0.
|
| 283 |
"step": 340
|
| 284 |
},
|
| 285 |
{
|
| 286 |
-
"epoch": 0.
|
| 287 |
"learning_rate": 0.0002,
|
| 288 |
-
"loss": 0.
|
| 289 |
"step": 350
|
| 290 |
},
|
| 291 |
{
|
| 292 |
-
"epoch": 0.
|
| 293 |
"learning_rate": 0.0002,
|
| 294 |
-
"loss": 0.
|
| 295 |
"step": 360
|
| 296 |
},
|
| 297 |
{
|
| 298 |
-
"epoch": 0.
|
| 299 |
"learning_rate": 0.0002,
|
| 300 |
-
"loss": 0.
|
| 301 |
"step": 370
|
| 302 |
},
|
| 303 |
{
|
| 304 |
-
"epoch": 0.
|
| 305 |
"learning_rate": 0.0002,
|
| 306 |
-
"loss": 0.
|
| 307 |
"step": 380
|
| 308 |
},
|
| 309 |
{
|
| 310 |
-
"epoch": 0.
|
| 311 |
"learning_rate": 0.0002,
|
| 312 |
-
"loss": 0.
|
| 313 |
"step": 390
|
| 314 |
},
|
| 315 |
{
|
| 316 |
-
"epoch": 0.
|
| 317 |
"learning_rate": 0.0002,
|
| 318 |
-
"loss": 0.
|
| 319 |
"step": 400
|
| 320 |
},
|
| 321 |
{
|
| 322 |
-
"epoch": 0.
|
| 323 |
-
"eval_loss": 0.
|
| 324 |
-
"eval_runtime":
|
| 325 |
-
"eval_samples_per_second":
|
| 326 |
-
"eval_steps_per_second":
|
| 327 |
"step": 400
|
| 328 |
},
|
| 329 |
{
|
| 330 |
-
"epoch": 0.
|
| 331 |
-
"mmlu_eval_accuracy": 0.
|
| 332 |
-
"mmlu_eval_accuracy_abstract_algebra": 0.
|
| 333 |
"mmlu_eval_accuracy_anatomy": 0.6428571428571429,
|
| 334 |
"mmlu_eval_accuracy_astronomy": 0.4375,
|
| 335 |
"mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
|
| 336 |
"mmlu_eval_accuracy_clinical_knowledge": 0.5172413793103449,
|
| 337 |
"mmlu_eval_accuracy_college_biology": 0.4375,
|
| 338 |
-
"mmlu_eval_accuracy_college_chemistry": 0.
|
| 339 |
"mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
|
| 340 |
"mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
|
| 341 |
"mmlu_eval_accuracy_college_medicine": 0.45454545454545453,
|
| 342 |
"mmlu_eval_accuracy_college_physics": 0.36363636363636365,
|
| 343 |
"mmlu_eval_accuracy_computer_security": 0.36363636363636365,
|
| 344 |
-
"mmlu_eval_accuracy_conceptual_physics": 0.
|
| 345 |
"mmlu_eval_accuracy_econometrics": 0.25,
|
| 346 |
-
"mmlu_eval_accuracy_electrical_engineering": 0.
|
| 347 |
"mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
|
| 348 |
"mmlu_eval_accuracy_formal_logic": 0.21428571428571427,
|
| 349 |
"mmlu_eval_accuracy_global_facts": 0.4,
|
| 350 |
-
"mmlu_eval_accuracy_high_school_biology": 0.
|
| 351 |
"mmlu_eval_accuracy_high_school_chemistry": 0.36363636363636365,
|
| 352 |
"mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
|
| 353 |
-
"mmlu_eval_accuracy_high_school_european_history": 0.
|
| 354 |
"mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
|
| 355 |
"mmlu_eval_accuracy_high_school_government_and_politics": 0.6190476190476191,
|
| 356 |
-
"mmlu_eval_accuracy_high_school_macroeconomics": 0.
|
| 357 |
-
"mmlu_eval_accuracy_high_school_mathematics": 0.
|
| 358 |
-
"mmlu_eval_accuracy_high_school_microeconomics": 0.
|
| 359 |
-
"mmlu_eval_accuracy_high_school_physics": 0.
|
| 360 |
-
"mmlu_eval_accuracy_high_school_psychology": 0.
|
| 361 |
"mmlu_eval_accuracy_high_school_statistics": 0.34782608695652173,
|
| 362 |
-
"mmlu_eval_accuracy_high_school_us_history": 0.
|
| 363 |
-
"mmlu_eval_accuracy_high_school_world_history": 0.
|
| 364 |
-
"mmlu_eval_accuracy_human_aging": 0.
|
| 365 |
"mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
|
| 366 |
"mmlu_eval_accuracy_international_law": 0.9230769230769231,
|
| 367 |
"mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
|
|
@@ -370,189 +370,189 @@
|
|
| 370 |
"mmlu_eval_accuracy_management": 0.6363636363636364,
|
| 371 |
"mmlu_eval_accuracy_marketing": 0.8,
|
| 372 |
"mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
|
| 373 |
-
"mmlu_eval_accuracy_miscellaneous": 0.
|
| 374 |
-
"mmlu_eval_accuracy_moral_disputes": 0.
|
| 375 |
-
"mmlu_eval_accuracy_moral_scenarios": 0.
|
| 376 |
-
"mmlu_eval_accuracy_nutrition": 0.
|
| 377 |
-
"mmlu_eval_accuracy_philosophy": 0.
|
| 378 |
-
"mmlu_eval_accuracy_prehistory": 0.
|
| 379 |
-
"mmlu_eval_accuracy_professional_accounting": 0.
|
| 380 |
-
"mmlu_eval_accuracy_professional_law": 0.
|
| 381 |
-
"mmlu_eval_accuracy_professional_medicine": 0.
|
| 382 |
"mmlu_eval_accuracy_professional_psychology": 0.4927536231884058,
|
| 383 |
-
"mmlu_eval_accuracy_public_relations": 0.
|
| 384 |
-
"mmlu_eval_accuracy_security_studies": 0.
|
| 385 |
-
"mmlu_eval_accuracy_sociology": 0.
|
| 386 |
-
"mmlu_eval_accuracy_us_foreign_policy": 0.
|
| 387 |
-
"mmlu_eval_accuracy_virology": 0.
|
| 388 |
"mmlu_eval_accuracy_world_religions": 0.7368421052631579,
|
| 389 |
-
"mmlu_loss": 1.
|
| 390 |
"step": 400
|
| 391 |
},
|
| 392 |
{
|
| 393 |
-
"epoch": 0.
|
| 394 |
"learning_rate": 0.0002,
|
| 395 |
-
"loss": 0.
|
| 396 |
"step": 410
|
| 397 |
},
|
| 398 |
{
|
| 399 |
-
"epoch": 0.
|
| 400 |
"learning_rate": 0.0002,
|
| 401 |
-
"loss": 0.
|
| 402 |
"step": 420
|
| 403 |
},
|
| 404 |
{
|
| 405 |
-
"epoch": 0.
|
| 406 |
"learning_rate": 0.0002,
|
| 407 |
-
"loss": 0.
|
| 408 |
"step": 430
|
| 409 |
},
|
| 410 |
{
|
| 411 |
-
"epoch": 0.
|
| 412 |
"learning_rate": 0.0002,
|
| 413 |
-
"loss": 0.
|
| 414 |
"step": 440
|
| 415 |
},
|
| 416 |
{
|
| 417 |
-
"epoch": 0.
|
| 418 |
"learning_rate": 0.0002,
|
| 419 |
-
"loss": 0.
|
| 420 |
"step": 450
|
| 421 |
},
|
| 422 |
{
|
| 423 |
-
"epoch": 0.
|
| 424 |
"learning_rate": 0.0002,
|
| 425 |
-
"loss": 0.
|
| 426 |
"step": 460
|
| 427 |
},
|
| 428 |
{
|
| 429 |
-
"epoch": 0.
|
| 430 |
"learning_rate": 0.0002,
|
| 431 |
-
"loss": 0.
|
| 432 |
"step": 470
|
| 433 |
},
|
| 434 |
{
|
| 435 |
-
"epoch": 0.
|
| 436 |
"learning_rate": 0.0002,
|
| 437 |
-
"loss": 0.
|
| 438 |
"step": 480
|
| 439 |
},
|
| 440 |
{
|
| 441 |
-
"epoch": 0.
|
| 442 |
"learning_rate": 0.0002,
|
| 443 |
-
"loss": 0.
|
| 444 |
"step": 490
|
| 445 |
},
|
| 446 |
{
|
| 447 |
-
"epoch": 0.
|
| 448 |
"learning_rate": 0.0002,
|
| 449 |
-
"loss": 0.
|
| 450 |
"step": 500
|
| 451 |
},
|
| 452 |
{
|
| 453 |
-
"epoch": 0.
|
| 454 |
"learning_rate": 0.0002,
|
| 455 |
-
"loss": 0.
|
| 456 |
"step": 510
|
| 457 |
},
|
| 458 |
{
|
| 459 |
-
"epoch": 0.
|
| 460 |
"learning_rate": 0.0002,
|
| 461 |
-
"loss": 0.
|
| 462 |
"step": 520
|
| 463 |
},
|
| 464 |
{
|
| 465 |
-
"epoch": 0.
|
| 466 |
"learning_rate": 0.0002,
|
| 467 |
-
"loss": 0.
|
| 468 |
"step": 530
|
| 469 |
},
|
| 470 |
{
|
| 471 |
-
"epoch": 0.
|
| 472 |
"learning_rate": 0.0002,
|
| 473 |
-
"loss": 0.
|
| 474 |
"step": 540
|
| 475 |
},
|
| 476 |
{
|
| 477 |
-
"epoch": 0.
|
| 478 |
"learning_rate": 0.0002,
|
| 479 |
-
"loss": 0.
|
| 480 |
"step": 550
|
| 481 |
},
|
| 482 |
{
|
| 483 |
-
"epoch": 0.
|
| 484 |
"learning_rate": 0.0002,
|
| 485 |
-
"loss": 0.
|
| 486 |
"step": 560
|
| 487 |
},
|
| 488 |
{
|
| 489 |
-
"epoch": 0.
|
| 490 |
"learning_rate": 0.0002,
|
| 491 |
-
"loss": 0.
|
| 492 |
"step": 570
|
| 493 |
},
|
| 494 |
{
|
| 495 |
-
"epoch": 0.
|
| 496 |
"learning_rate": 0.0002,
|
| 497 |
-
"loss": 0.
|
| 498 |
"step": 580
|
| 499 |
},
|
| 500 |
{
|
| 501 |
-
"epoch": 0.
|
| 502 |
"learning_rate": 0.0002,
|
| 503 |
-
"loss": 0.
|
| 504 |
"step": 590
|
| 505 |
},
|
| 506 |
{
|
| 507 |
-
"epoch": 0.
|
| 508 |
"learning_rate": 0.0002,
|
| 509 |
-
"loss": 0.
|
| 510 |
"step": 600
|
| 511 |
},
|
| 512 |
{
|
| 513 |
-
"epoch": 0.
|
| 514 |
-
"eval_loss": 0.
|
| 515 |
-
"eval_runtime":
|
| 516 |
-
"eval_samples_per_second":
|
| 517 |
-
"eval_steps_per_second":
|
| 518 |
"step": 600
|
| 519 |
},
|
| 520 |
{
|
| 521 |
-
"epoch": 0.
|
| 522 |
-
"mmlu_eval_accuracy": 0.
|
| 523 |
-
"mmlu_eval_accuracy_abstract_algebra": 0.
|
| 524 |
"mmlu_eval_accuracy_anatomy": 0.6428571428571429,
|
| 525 |
-
"mmlu_eval_accuracy_astronomy": 0.
|
| 526 |
-
"mmlu_eval_accuracy_business_ethics": 0.
|
| 527 |
"mmlu_eval_accuracy_clinical_knowledge": 0.5172413793103449,
|
| 528 |
"mmlu_eval_accuracy_college_biology": 0.4375,
|
| 529 |
"mmlu_eval_accuracy_college_chemistry": 0.25,
|
| 530 |
"mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
|
| 531 |
"mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
|
| 532 |
-
"mmlu_eval_accuracy_college_medicine": 0.
|
| 533 |
-
"mmlu_eval_accuracy_college_physics": 0.
|
| 534 |
"mmlu_eval_accuracy_computer_security": 0.36363636363636365,
|
| 535 |
-
"mmlu_eval_accuracy_conceptual_physics": 0.
|
| 536 |
"mmlu_eval_accuracy_econometrics": 0.25,
|
| 537 |
"mmlu_eval_accuracy_electrical_engineering": 0.3125,
|
| 538 |
"mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
|
| 539 |
-
"mmlu_eval_accuracy_formal_logic": 0.
|
| 540 |
-
"mmlu_eval_accuracy_global_facts": 0.
|
| 541 |
-
"mmlu_eval_accuracy_high_school_biology": 0.
|
| 542 |
-
"mmlu_eval_accuracy_high_school_chemistry": 0.
|
| 543 |
"mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
|
| 544 |
"mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
|
| 545 |
"mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
|
| 546 |
-
"mmlu_eval_accuracy_high_school_government_and_politics": 0.
|
| 547 |
-
"mmlu_eval_accuracy_high_school_macroeconomics": 0.
|
| 548 |
"mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
|
| 549 |
-
"mmlu_eval_accuracy_high_school_microeconomics": 0.
|
| 550 |
-
"mmlu_eval_accuracy_high_school_physics": 0.
|
| 551 |
-
"mmlu_eval_accuracy_high_school_psychology": 0.
|
| 552 |
-
"mmlu_eval_accuracy_high_school_statistics": 0.
|
| 553 |
"mmlu_eval_accuracy_high_school_us_history": 0.6363636363636364,
|
| 554 |
"mmlu_eval_accuracy_high_school_world_history": 0.7307692307692307,
|
| 555 |
-
"mmlu_eval_accuracy_human_aging": 0.
|
| 556 |
"mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
|
| 557 |
"mmlu_eval_accuracy_international_law": 0.9230769230769231,
|
| 558 |
"mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
|
|
@@ -561,29 +561,29 @@
|
|
| 561 |
"mmlu_eval_accuracy_management": 0.6363636363636364,
|
| 562 |
"mmlu_eval_accuracy_marketing": 0.84,
|
| 563 |
"mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
|
| 564 |
-
"mmlu_eval_accuracy_miscellaneous": 0.
|
| 565 |
-
"mmlu_eval_accuracy_moral_disputes": 0.
|
| 566 |
-
"mmlu_eval_accuracy_moral_scenarios": 0.
|
| 567 |
-
"mmlu_eval_accuracy_nutrition": 0.
|
| 568 |
-
"mmlu_eval_accuracy_philosophy": 0.
|
| 569 |
-
"mmlu_eval_accuracy_prehistory": 0.
|
| 570 |
-
"mmlu_eval_accuracy_professional_accounting": 0.
|
| 571 |
-
"mmlu_eval_accuracy_professional_law": 0.
|
| 572 |
"mmlu_eval_accuracy_professional_medicine": 0.5806451612903226,
|
| 573 |
"mmlu_eval_accuracy_professional_psychology": 0.4782608695652174,
|
| 574 |
-
"mmlu_eval_accuracy_public_relations": 0.
|
| 575 |
-
"mmlu_eval_accuracy_security_studies": 0.
|
| 576 |
"mmlu_eval_accuracy_sociology": 0.7272727272727273,
|
| 577 |
-
"mmlu_eval_accuracy_us_foreign_policy": 0.
|
| 578 |
-
"mmlu_eval_accuracy_virology": 0.
|
| 579 |
-
"mmlu_eval_accuracy_world_religions": 0.
|
| 580 |
-
"mmlu_loss": 1.
|
| 581 |
"step": 600
|
| 582 |
}
|
| 583 |
],
|
| 584 |
"max_steps": 10000,
|
| 585 |
-
"num_train_epochs":
|
| 586 |
-
"total_flos":
|
| 587 |
"trial_name": null,
|
| 588 |
"trial_params": null
|
| 589 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_metric": 0.806236207485199,
|
| 3 |
"best_model_checkpoint": "experts/expert-21/checkpoint-600",
|
| 4 |
+
"epoch": 0.11976047904191617,
|
| 5 |
"global_step": 600,
|
| 6 |
"is_hyper_param_search": false,
|
| 7 |
"is_local_process_zero": true,
|
|
|
|
| 10 |
{
|
| 11 |
"epoch": 0.0,
|
| 12 |
"learning_rate": 0.0002,
|
| 13 |
+
"loss": 0.9541,
|
| 14 |
"step": 10
|
| 15 |
},
|
| 16 |
{
|
| 17 |
+
"epoch": 0.0,
|
| 18 |
"learning_rate": 0.0002,
|
| 19 |
+
"loss": 0.8555,
|
| 20 |
"step": 20
|
| 21 |
},
|
| 22 |
{
|
| 23 |
"epoch": 0.01,
|
| 24 |
"learning_rate": 0.0002,
|
| 25 |
+
"loss": 0.8687,
|
| 26 |
"step": 30
|
| 27 |
},
|
| 28 |
{
|
| 29 |
+
"epoch": 0.01,
|
| 30 |
"learning_rate": 0.0002,
|
| 31 |
+
"loss": 0.8501,
|
| 32 |
"step": 40
|
| 33 |
},
|
| 34 |
{
|
| 35 |
+
"epoch": 0.01,
|
| 36 |
"learning_rate": 0.0002,
|
| 37 |
+
"loss": 0.863,
|
| 38 |
"step": 50
|
| 39 |
},
|
| 40 |
{
|
| 41 |
+
"epoch": 0.01,
|
| 42 |
"learning_rate": 0.0002,
|
| 43 |
+
"loss": 0.9269,
|
| 44 |
"step": 60
|
| 45 |
},
|
| 46 |
{
|
| 47 |
+
"epoch": 0.01,
|
| 48 |
"learning_rate": 0.0002,
|
| 49 |
+
"loss": 0.8752,
|
| 50 |
"step": 70
|
| 51 |
},
|
| 52 |
{
|
| 53 |
+
"epoch": 0.02,
|
| 54 |
"learning_rate": 0.0002,
|
| 55 |
+
"loss": 0.9716,
|
| 56 |
"step": 80
|
| 57 |
},
|
| 58 |
{
|
| 59 |
+
"epoch": 0.02,
|
| 60 |
"learning_rate": 0.0002,
|
| 61 |
+
"loss": 0.859,
|
| 62 |
"step": 90
|
| 63 |
},
|
| 64 |
{
|
| 65 |
+
"epoch": 0.02,
|
| 66 |
"learning_rate": 0.0002,
|
| 67 |
+
"loss": 0.8005,
|
| 68 |
"step": 100
|
| 69 |
},
|
| 70 |
{
|
| 71 |
+
"epoch": 0.02,
|
| 72 |
"learning_rate": 0.0002,
|
| 73 |
+
"loss": 0.9085,
|
| 74 |
"step": 110
|
| 75 |
},
|
| 76 |
{
|
| 77 |
+
"epoch": 0.02,
|
| 78 |
"learning_rate": 0.0002,
|
| 79 |
+
"loss": 0.8209,
|
| 80 |
"step": 120
|
| 81 |
},
|
| 82 |
{
|
| 83 |
+
"epoch": 0.03,
|
| 84 |
"learning_rate": 0.0002,
|
| 85 |
+
"loss": 0.9187,
|
| 86 |
"step": 130
|
| 87 |
},
|
| 88 |
{
|
| 89 |
+
"epoch": 0.03,
|
| 90 |
"learning_rate": 0.0002,
|
| 91 |
+
"loss": 0.8224,
|
| 92 |
"step": 140
|
| 93 |
},
|
| 94 |
{
|
| 95 |
+
"epoch": 0.03,
|
| 96 |
"learning_rate": 0.0002,
|
| 97 |
+
"loss": 0.8602,
|
| 98 |
"step": 150
|
| 99 |
},
|
| 100 |
{
|
| 101 |
+
"epoch": 0.03,
|
| 102 |
"learning_rate": 0.0002,
|
| 103 |
+
"loss": 0.7885,
|
| 104 |
"step": 160
|
| 105 |
},
|
| 106 |
{
|
| 107 |
+
"epoch": 0.03,
|
| 108 |
"learning_rate": 0.0002,
|
| 109 |
+
"loss": 0.821,
|
| 110 |
"step": 170
|
| 111 |
},
|
| 112 |
{
|
| 113 |
+
"epoch": 0.04,
|
| 114 |
"learning_rate": 0.0002,
|
| 115 |
+
"loss": 0.8676,
|
| 116 |
"step": 180
|
| 117 |
},
|
| 118 |
{
|
| 119 |
+
"epoch": 0.04,
|
| 120 |
"learning_rate": 0.0002,
|
| 121 |
+
"loss": 0.9202,
|
| 122 |
"step": 190
|
| 123 |
},
|
| 124 |
{
|
| 125 |
+
"epoch": 0.04,
|
| 126 |
"learning_rate": 0.0002,
|
| 127 |
+
"loss": 0.8188,
|
| 128 |
"step": 200
|
| 129 |
},
|
| 130 |
{
|
| 131 |
+
"epoch": 0.04,
|
| 132 |
+
"eval_loss": 0.823621928691864,
|
| 133 |
+
"eval_runtime": 189.8157,
|
| 134 |
+
"eval_samples_per_second": 5.268,
|
| 135 |
+
"eval_steps_per_second": 2.634,
|
| 136 |
"step": 200
|
| 137 |
},
|
| 138 |
{
|
| 139 |
+
"epoch": 0.04,
|
| 140 |
+
"mmlu_eval_accuracy": 0.486383698866548,
|
| 141 |
"mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
|
| 142 |
+
"mmlu_eval_accuracy_anatomy": 0.5714285714285714,
|
| 143 |
"mmlu_eval_accuracy_astronomy": 0.4375,
|
| 144 |
"mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
|
| 145 |
+
"mmlu_eval_accuracy_clinical_knowledge": 0.5517241379310345,
|
| 146 |
"mmlu_eval_accuracy_college_biology": 0.4375,
|
| 147 |
"mmlu_eval_accuracy_college_chemistry": 0.125,
|
| 148 |
"mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
|
| 149 |
"mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
|
| 150 |
+
"mmlu_eval_accuracy_college_medicine": 0.36363636363636365,
|
| 151 |
+
"mmlu_eval_accuracy_college_physics": 0.36363636363636365,
|
| 152 |
"mmlu_eval_accuracy_computer_security": 0.36363636363636365,
|
| 153 |
"mmlu_eval_accuracy_conceptual_physics": 0.34615384615384615,
|
| 154 |
"mmlu_eval_accuracy_econometrics": 0.25,
|
| 155 |
+
"mmlu_eval_accuracy_electrical_engineering": 0.3125,
|
| 156 |
"mmlu_eval_accuracy_elementary_mathematics": 0.34146341463414637,
|
| 157 |
+
"mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
|
| 158 |
"mmlu_eval_accuracy_global_facts": 0.4,
|
| 159 |
+
"mmlu_eval_accuracy_high_school_biology": 0.40625,
|
| 160 |
+
"mmlu_eval_accuracy_high_school_chemistry": 0.3181818181818182,
|
| 161 |
"mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
|
| 162 |
"mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
|
| 163 |
"mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
|
| 164 |
"mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
|
| 165 |
"mmlu_eval_accuracy_high_school_macroeconomics": 0.4418604651162791,
|
| 166 |
"mmlu_eval_accuracy_high_school_mathematics": 0.20689655172413793,
|
| 167 |
+
"mmlu_eval_accuracy_high_school_microeconomics": 0.38461538461538464,
|
| 168 |
"mmlu_eval_accuracy_high_school_physics": 0.17647058823529413,
|
| 169 |
"mmlu_eval_accuracy_high_school_psychology": 0.8666666666666667,
|
| 170 |
"mmlu_eval_accuracy_high_school_statistics": 0.34782608695652173,
|
|
|
|
| 173 |
"mmlu_eval_accuracy_human_aging": 0.6956521739130435,
|
| 174 |
"mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
|
| 175 |
"mmlu_eval_accuracy_international_law": 0.9230769230769231,
|
| 176 |
+
"mmlu_eval_accuracy_jurisprudence": 0.45454545454545453,
|
| 177 |
"mmlu_eval_accuracy_logical_fallacies": 0.6666666666666666,
|
| 178 |
"mmlu_eval_accuracy_machine_learning": 0.18181818181818182,
|
| 179 |
"mmlu_eval_accuracy_management": 0.6363636363636364,
|
| 180 |
+
"mmlu_eval_accuracy_marketing": 0.88,
|
| 181 |
"mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
|
| 182 |
+
"mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
|
| 183 |
+
"mmlu_eval_accuracy_moral_disputes": 0.42105263157894735,
|
| 184 |
+
"mmlu_eval_accuracy_moral_scenarios": 0.24,
|
| 185 |
+
"mmlu_eval_accuracy_nutrition": 0.6363636363636364,
|
| 186 |
+
"mmlu_eval_accuracy_philosophy": 0.5,
|
| 187 |
+
"mmlu_eval_accuracy_prehistory": 0.4857142857142857,
|
| 188 |
+
"mmlu_eval_accuracy_professional_accounting": 0.3548387096774194,
|
| 189 |
"mmlu_eval_accuracy_professional_law": 0.32941176470588235,
|
| 190 |
+
"mmlu_eval_accuracy_professional_medicine": 0.5483870967741935,
|
| 191 |
+
"mmlu_eval_accuracy_professional_psychology": 0.4782608695652174,
|
| 192 |
"mmlu_eval_accuracy_public_relations": 0.6666666666666666,
|
| 193 |
+
"mmlu_eval_accuracy_security_studies": 0.48148148148148145,
|
| 194 |
"mmlu_eval_accuracy_sociology": 0.6363636363636364,
|
| 195 |
+
"mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
|
| 196 |
"mmlu_eval_accuracy_virology": 0.5555555555555556,
|
| 197 |
"mmlu_eval_accuracy_world_religions": 0.7368421052631579,
|
| 198 |
+
"mmlu_loss": 1.6085881815722343,
|
| 199 |
"step": 200
|
| 200 |
},
|
| 201 |
{
|
| 202 |
+
"epoch": 0.04,
|
| 203 |
"learning_rate": 0.0002,
|
| 204 |
+
"loss": 0.859,
|
| 205 |
"step": 210
|
| 206 |
},
|
| 207 |
{
|
| 208 |
+
"epoch": 0.04,
|
| 209 |
"learning_rate": 0.0002,
|
| 210 |
+
"loss": 0.9367,
|
| 211 |
"step": 220
|
| 212 |
},
|
| 213 |
{
|
| 214 |
+
"epoch": 0.05,
|
| 215 |
"learning_rate": 0.0002,
|
| 216 |
+
"loss": 0.8414,
|
| 217 |
"step": 230
|
| 218 |
},
|
| 219 |
{
|
| 220 |
+
"epoch": 0.05,
|
| 221 |
"learning_rate": 0.0002,
|
| 222 |
+
"loss": 0.8446,
|
| 223 |
"step": 240
|
| 224 |
},
|
| 225 |
{
|
| 226 |
+
"epoch": 0.05,
|
| 227 |
"learning_rate": 0.0002,
|
| 228 |
+
"loss": 0.8391,
|
| 229 |
"step": 250
|
| 230 |
},
|
| 231 |
{
|
| 232 |
+
"epoch": 0.05,
|
| 233 |
"learning_rate": 0.0002,
|
| 234 |
+
"loss": 0.7457,
|
| 235 |
"step": 260
|
| 236 |
},
|
| 237 |
{
|
| 238 |
+
"epoch": 0.05,
|
| 239 |
"learning_rate": 0.0002,
|
| 240 |
+
"loss": 0.7707,
|
| 241 |
"step": 270
|
| 242 |
},
|
| 243 |
{
|
| 244 |
+
"epoch": 0.06,
|
| 245 |
"learning_rate": 0.0002,
|
| 246 |
+
"loss": 0.7892,
|
| 247 |
"step": 280
|
| 248 |
},
|
| 249 |
{
|
| 250 |
+
"epoch": 0.06,
|
| 251 |
"learning_rate": 0.0002,
|
| 252 |
+
"loss": 0.8066,
|
| 253 |
"step": 290
|
| 254 |
},
|
| 255 |
{
|
| 256 |
+
"epoch": 0.06,
|
| 257 |
"learning_rate": 0.0002,
|
| 258 |
+
"loss": 0.8116,
|
| 259 |
"step": 300
|
| 260 |
},
|
| 261 |
{
|
| 262 |
+
"epoch": 0.06,
|
| 263 |
"learning_rate": 0.0002,
|
| 264 |
+
"loss": 0.8572,
|
| 265 |
"step": 310
|
| 266 |
},
|
| 267 |
{
|
| 268 |
+
"epoch": 0.06,
|
| 269 |
"learning_rate": 0.0002,
|
| 270 |
+
"loss": 0.7915,
|
| 271 |
"step": 320
|
| 272 |
},
|
| 273 |
{
|
| 274 |
+
"epoch": 0.07,
|
| 275 |
"learning_rate": 0.0002,
|
| 276 |
+
"loss": 0.9248,
|
| 277 |
"step": 330
|
| 278 |
},
|
| 279 |
{
|
| 280 |
+
"epoch": 0.07,
|
| 281 |
"learning_rate": 0.0002,
|
| 282 |
+
"loss": 0.8565,
|
| 283 |
"step": 340
|
| 284 |
},
|
| 285 |
{
|
| 286 |
+
"epoch": 0.07,
|
| 287 |
"learning_rate": 0.0002,
|
| 288 |
+
"loss": 0.8508,
|
| 289 |
"step": 350
|
| 290 |
},
|
| 291 |
{
|
| 292 |
+
"epoch": 0.07,
|
| 293 |
"learning_rate": 0.0002,
|
| 294 |
+
"loss": 0.8534,
|
| 295 |
"step": 360
|
| 296 |
},
|
| 297 |
{
|
| 298 |
+
"epoch": 0.07,
|
| 299 |
"learning_rate": 0.0002,
|
| 300 |
+
"loss": 0.8604,
|
| 301 |
"step": 370
|
| 302 |
},
|
| 303 |
{
|
| 304 |
+
"epoch": 0.08,
|
| 305 |
"learning_rate": 0.0002,
|
| 306 |
+
"loss": 0.803,
|
| 307 |
"step": 380
|
| 308 |
},
|
| 309 |
{
|
| 310 |
+
"epoch": 0.08,
|
| 311 |
"learning_rate": 0.0002,
|
| 312 |
+
"loss": 0.9193,
|
| 313 |
"step": 390
|
| 314 |
},
|
| 315 |
{
|
| 316 |
+
"epoch": 0.08,
|
| 317 |
"learning_rate": 0.0002,
|
| 318 |
+
"loss": 0.8465,
|
| 319 |
"step": 400
|
| 320 |
},
|
| 321 |
{
|
| 322 |
+
"epoch": 0.08,
|
| 323 |
+
"eval_loss": 0.8140458464622498,
|
| 324 |
+
"eval_runtime": 187.0783,
|
| 325 |
+
"eval_samples_per_second": 5.345,
|
| 326 |
+
"eval_steps_per_second": 2.673,
|
| 327 |
"step": 400
|
| 328 |
},
|
| 329 |
{
|
| 330 |
+
"epoch": 0.08,
|
| 331 |
+
"mmlu_eval_accuracy": 0.49107726483887787,
|
| 332 |
+
"mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
|
| 333 |
"mmlu_eval_accuracy_anatomy": 0.6428571428571429,
|
| 334 |
"mmlu_eval_accuracy_astronomy": 0.4375,
|
| 335 |
"mmlu_eval_accuracy_business_ethics": 0.5454545454545454,
|
| 336 |
"mmlu_eval_accuracy_clinical_knowledge": 0.5172413793103449,
|
| 337 |
"mmlu_eval_accuracy_college_biology": 0.4375,
|
| 338 |
+
"mmlu_eval_accuracy_college_chemistry": 0.125,
|
| 339 |
"mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
|
| 340 |
"mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
|
| 341 |
"mmlu_eval_accuracy_college_medicine": 0.45454545454545453,
|
| 342 |
"mmlu_eval_accuracy_college_physics": 0.36363636363636365,
|
| 343 |
"mmlu_eval_accuracy_computer_security": 0.36363636363636365,
|
| 344 |
+
"mmlu_eval_accuracy_conceptual_physics": 0.38461538461538464,
|
| 345 |
"mmlu_eval_accuracy_econometrics": 0.25,
|
| 346 |
+
"mmlu_eval_accuracy_electrical_engineering": 0.3125,
|
| 347 |
"mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
|
| 348 |
"mmlu_eval_accuracy_formal_logic": 0.21428571428571427,
|
| 349 |
"mmlu_eval_accuracy_global_facts": 0.4,
|
| 350 |
+
"mmlu_eval_accuracy_high_school_biology": 0.375,
|
| 351 |
"mmlu_eval_accuracy_high_school_chemistry": 0.36363636363636365,
|
| 352 |
"mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
|
| 353 |
+
"mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
|
| 354 |
"mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
|
| 355 |
"mmlu_eval_accuracy_high_school_government_and_politics": 0.6190476190476191,
|
| 356 |
+
"mmlu_eval_accuracy_high_school_macroeconomics": 0.4418604651162791,
|
| 357 |
+
"mmlu_eval_accuracy_high_school_mathematics": 0.27586206896551724,
|
| 358 |
+
"mmlu_eval_accuracy_high_school_microeconomics": 0.34615384615384615,
|
| 359 |
+
"mmlu_eval_accuracy_high_school_physics": 0.11764705882352941,
|
| 360 |
+
"mmlu_eval_accuracy_high_school_psychology": 0.8333333333333334,
|
| 361 |
"mmlu_eval_accuracy_high_school_statistics": 0.34782608695652173,
|
| 362 |
+
"mmlu_eval_accuracy_high_school_us_history": 0.5909090909090909,
|
| 363 |
+
"mmlu_eval_accuracy_high_school_world_history": 0.7307692307692307,
|
| 364 |
+
"mmlu_eval_accuracy_human_aging": 0.7391304347826086,
|
| 365 |
"mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
|
| 366 |
"mmlu_eval_accuracy_international_law": 0.9230769230769231,
|
| 367 |
"mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
|
|
|
|
| 370 |
"mmlu_eval_accuracy_management": 0.6363636363636364,
|
| 371 |
"mmlu_eval_accuracy_marketing": 0.8,
|
| 372 |
"mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
|
| 373 |
+
"mmlu_eval_accuracy_miscellaneous": 0.686046511627907,
|
| 374 |
+
"mmlu_eval_accuracy_moral_disputes": 0.39473684210526316,
|
| 375 |
+
"mmlu_eval_accuracy_moral_scenarios": 0.23,
|
| 376 |
+
"mmlu_eval_accuracy_nutrition": 0.6060606060606061,
|
| 377 |
+
"mmlu_eval_accuracy_philosophy": 0.5,
|
| 378 |
+
"mmlu_eval_accuracy_prehistory": 0.5142857142857142,
|
| 379 |
+
"mmlu_eval_accuracy_professional_accounting": 0.3870967741935484,
|
| 380 |
+
"mmlu_eval_accuracy_professional_law": 0.32941176470588235,
|
| 381 |
+
"mmlu_eval_accuracy_professional_medicine": 0.5806451612903226,
|
| 382 |
"mmlu_eval_accuracy_professional_psychology": 0.4927536231884058,
|
| 383 |
+
"mmlu_eval_accuracy_public_relations": 0.5833333333333334,
|
| 384 |
+
"mmlu_eval_accuracy_security_studies": 0.4444444444444444,
|
| 385 |
+
"mmlu_eval_accuracy_sociology": 0.6818181818181818,
|
| 386 |
+
"mmlu_eval_accuracy_us_foreign_policy": 0.8181818181818182,
|
| 387 |
+
"mmlu_eval_accuracy_virology": 0.5555555555555556,
|
| 388 |
"mmlu_eval_accuracy_world_religions": 0.7368421052631579,
|
| 389 |
+
"mmlu_loss": 1.5687837348594367,
|
| 390 |
"step": 400
|
| 391 |
},
|
| 392 |
{
|
| 393 |
+
"epoch": 0.08,
|
| 394 |
"learning_rate": 0.0002,
|
| 395 |
+
"loss": 0.9084,
|
| 396 |
"step": 410
|
| 397 |
},
|
| 398 |
{
|
| 399 |
+
"epoch": 0.08,
|
| 400 |
"learning_rate": 0.0002,
|
| 401 |
+
"loss": 0.8347,
|
| 402 |
"step": 420
|
| 403 |
},
|
| 404 |
{
|
| 405 |
+
"epoch": 0.09,
|
| 406 |
"learning_rate": 0.0002,
|
| 407 |
+
"loss": 0.8994,
|
| 408 |
"step": 430
|
| 409 |
},
|
| 410 |
{
|
| 411 |
+
"epoch": 0.09,
|
| 412 |
"learning_rate": 0.0002,
|
| 413 |
+
"loss": 0.8385,
|
| 414 |
"step": 440
|
| 415 |
},
|
| 416 |
{
|
| 417 |
+
"epoch": 0.09,
|
| 418 |
"learning_rate": 0.0002,
|
| 419 |
+
"loss": 0.7844,
|
| 420 |
"step": 450
|
| 421 |
},
|
| 422 |
{
|
| 423 |
+
"epoch": 0.09,
|
| 424 |
"learning_rate": 0.0002,
|
| 425 |
+
"loss": 0.7386,
|
| 426 |
"step": 460
|
| 427 |
},
|
| 428 |
{
|
| 429 |
+
"epoch": 0.09,
|
| 430 |
"learning_rate": 0.0002,
|
| 431 |
+
"loss": 0.8053,
|
| 432 |
"step": 470
|
| 433 |
},
|
| 434 |
{
|
| 435 |
+
"epoch": 0.1,
|
| 436 |
"learning_rate": 0.0002,
|
| 437 |
+
"loss": 0.8232,
|
| 438 |
"step": 480
|
| 439 |
},
|
| 440 |
{
|
| 441 |
+
"epoch": 0.1,
|
| 442 |
"learning_rate": 0.0002,
|
| 443 |
+
"loss": 0.784,
|
| 444 |
"step": 490
|
| 445 |
},
|
| 446 |
{
|
| 447 |
+
"epoch": 0.1,
|
| 448 |
"learning_rate": 0.0002,
|
| 449 |
+
"loss": 0.9117,
|
| 450 |
"step": 500
|
| 451 |
},
|
| 452 |
{
|
| 453 |
+
"epoch": 0.1,
|
| 454 |
"learning_rate": 0.0002,
|
| 455 |
+
"loss": 0.8685,
|
| 456 |
"step": 510
|
| 457 |
},
|
| 458 |
{
|
| 459 |
+
"epoch": 0.1,
|
| 460 |
"learning_rate": 0.0002,
|
| 461 |
+
"loss": 0.8039,
|
| 462 |
"step": 520
|
| 463 |
},
|
| 464 |
{
|
| 465 |
+
"epoch": 0.11,
|
| 466 |
"learning_rate": 0.0002,
|
| 467 |
+
"loss": 0.7753,
|
| 468 |
"step": 530
|
| 469 |
},
|
| 470 |
{
|
| 471 |
+
"epoch": 0.11,
|
| 472 |
"learning_rate": 0.0002,
|
| 473 |
+
"loss": 0.8229,
|
| 474 |
"step": 540
|
| 475 |
},
|
| 476 |
{
|
| 477 |
+
"epoch": 0.11,
|
| 478 |
"learning_rate": 0.0002,
|
| 479 |
+
"loss": 0.8525,
|
| 480 |
"step": 550
|
| 481 |
},
|
| 482 |
{
|
| 483 |
+
"epoch": 0.11,
|
| 484 |
"learning_rate": 0.0002,
|
| 485 |
+
"loss": 0.8225,
|
| 486 |
"step": 560
|
| 487 |
},
|
| 488 |
{
|
| 489 |
+
"epoch": 0.11,
|
| 490 |
"learning_rate": 0.0002,
|
| 491 |
+
"loss": 0.8656,
|
| 492 |
"step": 570
|
| 493 |
},
|
| 494 |
{
|
| 495 |
+
"epoch": 0.12,
|
| 496 |
"learning_rate": 0.0002,
|
| 497 |
+
"loss": 0.8633,
|
| 498 |
"step": 580
|
| 499 |
},
|
| 500 |
{
|
| 501 |
+
"epoch": 0.12,
|
| 502 |
"learning_rate": 0.0002,
|
| 503 |
+
"loss": 0.7918,
|
| 504 |
"step": 590
|
| 505 |
},
|
| 506 |
{
|
| 507 |
+
"epoch": 0.12,
|
| 508 |
"learning_rate": 0.0002,
|
| 509 |
+
"loss": 0.8414,
|
| 510 |
"step": 600
|
| 511 |
},
|
| 512 |
{
|
| 513 |
+
"epoch": 0.12,
|
| 514 |
+
"eval_loss": 0.806236207485199,
|
| 515 |
+
"eval_runtime": 187.2336,
|
| 516 |
+
"eval_samples_per_second": 5.341,
|
| 517 |
+
"eval_steps_per_second": 2.67,
|
| 518 |
"step": 600
|
| 519 |
},
|
| 520 |
{
|
| 521 |
+
"epoch": 0.12,
|
| 522 |
+
"mmlu_eval_accuracy": 0.4972022603401932,
|
| 523 |
+
"mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
|
| 524 |
"mmlu_eval_accuracy_anatomy": 0.6428571428571429,
|
| 525 |
+
"mmlu_eval_accuracy_astronomy": 0.4375,
|
| 526 |
+
"mmlu_eval_accuracy_business_ethics": 0.6363636363636364,
|
| 527 |
"mmlu_eval_accuracy_clinical_knowledge": 0.5172413793103449,
|
| 528 |
"mmlu_eval_accuracy_college_biology": 0.4375,
|
| 529 |
"mmlu_eval_accuracy_college_chemistry": 0.25,
|
| 530 |
"mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
|
| 531 |
"mmlu_eval_accuracy_college_mathematics": 0.2727272727272727,
|
| 532 |
+
"mmlu_eval_accuracy_college_medicine": 0.36363636363636365,
|
| 533 |
+
"mmlu_eval_accuracy_college_physics": 0.36363636363636365,
|
| 534 |
"mmlu_eval_accuracy_computer_security": 0.36363636363636365,
|
| 535 |
+
"mmlu_eval_accuracy_conceptual_physics": 0.34615384615384615,
|
| 536 |
"mmlu_eval_accuracy_econometrics": 0.25,
|
| 537 |
"mmlu_eval_accuracy_electrical_engineering": 0.3125,
|
| 538 |
"mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
|
| 539 |
+
"mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
|
| 540 |
+
"mmlu_eval_accuracy_global_facts": 0.5,
|
| 541 |
+
"mmlu_eval_accuracy_high_school_biology": 0.40625,
|
| 542 |
+
"mmlu_eval_accuracy_high_school_chemistry": 0.4090909090909091,
|
| 543 |
"mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
|
| 544 |
"mmlu_eval_accuracy_high_school_european_history": 0.6666666666666666,
|
| 545 |
"mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
|
| 546 |
+
"mmlu_eval_accuracy_high_school_government_and_politics": 0.5714285714285714,
|
| 547 |
+
"mmlu_eval_accuracy_high_school_macroeconomics": 0.4883720930232558,
|
| 548 |
"mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
|
| 549 |
+
"mmlu_eval_accuracy_high_school_microeconomics": 0.46153846153846156,
|
| 550 |
+
"mmlu_eval_accuracy_high_school_physics": 0.17647058823529413,
|
| 551 |
+
"mmlu_eval_accuracy_high_school_psychology": 0.8333333333333334,
|
| 552 |
+
"mmlu_eval_accuracy_high_school_statistics": 0.34782608695652173,
|
| 553 |
"mmlu_eval_accuracy_high_school_us_history": 0.6363636363636364,
|
| 554 |
"mmlu_eval_accuracy_high_school_world_history": 0.7307692307692307,
|
| 555 |
+
"mmlu_eval_accuracy_human_aging": 0.6521739130434783,
|
| 556 |
"mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
|
| 557 |
"mmlu_eval_accuracy_international_law": 0.9230769230769231,
|
| 558 |
"mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
|
|
|
|
| 561 |
"mmlu_eval_accuracy_management": 0.6363636363636364,
|
| 562 |
"mmlu_eval_accuracy_marketing": 0.84,
|
| 563 |
"mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
|
| 564 |
+
"mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
|
| 565 |
+
"mmlu_eval_accuracy_moral_disputes": 0.42105263157894735,
|
| 566 |
+
"mmlu_eval_accuracy_moral_scenarios": 0.21,
|
| 567 |
+
"mmlu_eval_accuracy_nutrition": 0.6363636363636364,
|
| 568 |
+
"mmlu_eval_accuracy_philosophy": 0.5,
|
| 569 |
+
"mmlu_eval_accuracy_prehistory": 0.5428571428571428,
|
| 570 |
+
"mmlu_eval_accuracy_professional_accounting": 0.3225806451612903,
|
| 571 |
+
"mmlu_eval_accuracy_professional_law": 0.31176470588235294,
|
| 572 |
"mmlu_eval_accuracy_professional_medicine": 0.5806451612903226,
|
| 573 |
"mmlu_eval_accuracy_professional_psychology": 0.4782608695652174,
|
| 574 |
+
"mmlu_eval_accuracy_public_relations": 0.6666666666666666,
|
| 575 |
+
"mmlu_eval_accuracy_security_studies": 0.48148148148148145,
|
| 576 |
"mmlu_eval_accuracy_sociology": 0.7272727272727273,
|
| 577 |
+
"mmlu_eval_accuracy_us_foreign_policy": 0.6363636363636364,
|
| 578 |
+
"mmlu_eval_accuracy_virology": 0.5555555555555556,
|
| 579 |
+
"mmlu_eval_accuracy_world_religions": 0.7368421052631579,
|
| 580 |
+
"mmlu_loss": 1.5916847097188935,
|
| 581 |
"step": 600
|
| 582 |
}
|
| 583 |
],
|
| 584 |
"max_steps": 10000,
|
| 585 |
+
"num_train_epochs": 2,
|
| 586 |
+
"total_flos": 8.532996517153997e+16,
|
| 587 |
"trial_name": null,
|
| 588 |
"trial_params": null
|
| 589 |
}
|
checkpoint-600/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5819
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bbe31a14918402dc9f1acefdd42b0a5be81c28fa58723448f4a4c73673c2bea
|
| 3 |
size 5819
|