Farouk commited on
Commit
adb00d2
·
1 Parent(s): 1eafb22

Training in progress, step 200

Browse files
adapter_config.json CHANGED
@@ -14,13 +14,13 @@
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
- "k_proj",
18
- "down_proj",
19
- "o_proj",
20
- "q_proj",
21
  "gate_proj",
22
  "up_proj",
23
- "v_proj"
 
 
 
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
 
 
 
 
17
  "gate_proj",
18
  "up_proj",
19
+ "o_proj",
20
+ "k_proj",
21
+ "v_proj",
22
+ "q_proj",
23
+ "down_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53281bd7b359d3310f6ea45b1405573e0a5bf41ac9e9df912712d706c2adbe8f
3
  size 319977229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0c4efebd4a76a1a424ffbc4649470e5c2cdaf06d9f3c6510552423f88b0b7f
3
  size 319977229
checkpoint-200/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-200/adapter_config.json CHANGED
@@ -14,13 +14,13 @@
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
17
- "k_proj",
18
- "down_proj",
19
- "o_proj",
20
- "q_proj",
21
  "gate_proj",
22
  "up_proj",
23
- "v_proj"
 
 
 
 
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
 
14
  "r": 64,
15
  "revision": null,
16
  "target_modules": [
 
 
 
 
17
  "gate_proj",
18
  "up_proj",
19
+ "o_proj",
20
+ "k_proj",
21
+ "v_proj",
22
+ "q_proj",
23
+ "down_proj"
24
  ],
25
  "task_type": "CAUSAL_LM"
26
  }
checkpoint-200/adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:940420e857b16d9d460804b2fc6046f7c2306729caa496cd3c3574ad0be0fa3b
3
  size 319977229
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0c4efebd4a76a1a424ffbc4649470e5c2cdaf06d9f3c6510552423f88b0b7f
3
  size 319977229
checkpoint-200/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5dca35ae333f259f26be71eebfab93f0c9b67e7b6a6554d0ce2dbf638abb966b
3
  size 1279539525
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b00ea9d55f649fa8c2c6320b045750babf5317c933d12463aa968c2e4a588f40
3
  size 1279539525
checkpoint-200/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a791886a5bd3544204ccb1a2a0ac20c168c0f6b19331526cd745b6faff90e9c
3
  size 14511
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d90095d424eaa9891e7bcd0d220b52ea79e5466d6fd1503d15c42729f5f70f56
3
  size 14511
checkpoint-200/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.7692526578903198,
3
  "best_model_checkpoint": "experts/expert-26/checkpoint-200",
4
  "epoch": 0.05355469272995046,
5
  "global_step": 200,
@@ -10,25 +10,25 @@
10
  {
11
  "epoch": 0.0,
12
  "learning_rate": 0.0002,
13
- "loss": 0.8329,
14
  "step": 10
15
  },
16
  {
17
  "epoch": 0.01,
18
  "learning_rate": 0.0002,
19
- "loss": 0.8048,
20
  "step": 20
21
  },
22
  {
23
  "epoch": 0.01,
24
  "learning_rate": 0.0002,
25
- "loss": 0.8108,
26
  "step": 30
27
  },
28
  {
29
  "epoch": 0.01,
30
  "learning_rate": 0.0002,
31
- "loss": 0.7864,
32
  "step": 40
33
  },
34
  {
@@ -40,13 +40,13 @@
40
  {
41
  "epoch": 0.02,
42
  "learning_rate": 0.0002,
43
- "loss": 0.7645,
44
  "step": 60
45
  },
46
  {
47
  "epoch": 0.02,
48
  "learning_rate": 0.0002,
49
- "loss": 0.757,
50
  "step": 70
51
  },
52
  {
@@ -58,25 +58,25 @@
58
  {
59
  "epoch": 0.02,
60
  "learning_rate": 0.0002,
61
- "loss": 0.7777,
62
  "step": 90
63
  },
64
  {
65
  "epoch": 0.03,
66
  "learning_rate": 0.0002,
67
- "loss": 0.7482,
68
  "step": 100
69
  },
70
  {
71
  "epoch": 0.03,
72
  "learning_rate": 0.0002,
73
- "loss": 0.7402,
74
  "step": 110
75
  },
76
  {
77
  "epoch": 0.03,
78
  "learning_rate": 0.0002,
79
- "loss": 0.7442,
80
  "step": 120
81
  },
82
  {
@@ -94,83 +94,83 @@
94
  {
95
  "epoch": 0.04,
96
  "learning_rate": 0.0002,
97
- "loss": 0.7632,
98
  "step": 150
99
  },
100
  {
101
  "epoch": 0.04,
102
  "learning_rate": 0.0002,
103
- "loss": 0.7882,
104
  "step": 160
105
  },
106
  {
107
  "epoch": 0.05,
108
  "learning_rate": 0.0002,
109
- "loss": 0.7759,
110
  "step": 170
111
  },
112
  {
113
  "epoch": 0.05,
114
  "learning_rate": 0.0002,
115
- "loss": 0.8138,
116
  "step": 180
117
  },
118
  {
119
  "epoch": 0.05,
120
  "learning_rate": 0.0002,
121
- "loss": 0.7874,
122
  "step": 190
123
  },
124
  {
125
  "epoch": 0.05,
126
  "learning_rate": 0.0002,
127
- "loss": 0.7547,
128
  "step": 200
129
  },
130
  {
131
  "epoch": 0.05,
132
- "eval_loss": 0.7692526578903198,
133
- "eval_runtime": 85.9008,
134
- "eval_samples_per_second": 11.641,
135
- "eval_steps_per_second": 5.821,
136
  "step": 200
137
  },
138
  {
139
  "epoch": 0.05,
140
- "mmlu_eval_accuracy": 0.4937716133877423,
141
  "mmlu_eval_accuracy_abstract_algebra": 0.2727272727272727,
142
- "mmlu_eval_accuracy_anatomy": 0.6428571428571429,
143
  "mmlu_eval_accuracy_astronomy": 0.4375,
144
- "mmlu_eval_accuracy_business_ethics": 0.6363636363636364,
145
  "mmlu_eval_accuracy_clinical_knowledge": 0.5862068965517241,
146
  "mmlu_eval_accuracy_college_biology": 0.5,
147
  "mmlu_eval_accuracy_college_chemistry": 0.25,
148
  "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
149
  "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
150
- "mmlu_eval_accuracy_college_medicine": 0.4090909090909091,
151
  "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
152
- "mmlu_eval_accuracy_computer_security": 0.36363636363636365,
153
- "mmlu_eval_accuracy_conceptual_physics": 0.4230769230769231,
154
  "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
155
  "mmlu_eval_accuracy_electrical_engineering": 0.25,
156
  "mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
157
- "mmlu_eval_accuracy_formal_logic": 0.14285714285714285,
158
  "mmlu_eval_accuracy_global_facts": 0.6,
159
  "mmlu_eval_accuracy_high_school_biology": 0.375,
160
- "mmlu_eval_accuracy_high_school_chemistry": 0.2727272727272727,
161
  "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
162
  "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
163
  "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
164
  "mmlu_eval_accuracy_high_school_government_and_politics": 0.5238095238095238,
165
  "mmlu_eval_accuracy_high_school_macroeconomics": 0.4418604651162791,
166
  "mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
167
- "mmlu_eval_accuracy_high_school_microeconomics": 0.4230769230769231,
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.43478260869565216,
171
- "mmlu_eval_accuracy_high_school_us_history": 0.6363636363636364,
172
  "mmlu_eval_accuracy_high_school_world_history": 0.7307692307692307,
173
- "mmlu_eval_accuracy_human_aging": 0.6521739130434783,
174
  "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
175
  "mmlu_eval_accuracy_international_law": 0.8461538461538461,
176
  "mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
@@ -180,22 +180,22 @@
180
  "mmlu_eval_accuracy_marketing": 0.92,
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.23,
185
- "mmlu_eval_accuracy_nutrition": 0.6060606060606061,
186
  "mmlu_eval_accuracy_philosophy": 0.4411764705882353,
187
- "mmlu_eval_accuracy_prehistory": 0.4857142857142857,
188
  "mmlu_eval_accuracy_professional_accounting": 0.3870967741935484,
189
  "mmlu_eval_accuracy_professional_law": 0.3235294117647059,
190
- "mmlu_eval_accuracy_professional_medicine": 0.5161290322580645,
191
- "mmlu_eval_accuracy_professional_psychology": 0.4927536231884058,
192
  "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
193
  "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
194
  "mmlu_eval_accuracy_sociology": 0.7272727272727273,
195
  "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
196
- "mmlu_eval_accuracy_virology": 0.5,
197
  "mmlu_eval_accuracy_world_religions": 0.6842105263157895,
198
- "mmlu_loss": 1.2817495326382684,
199
  "step": 200
200
  }
201
  ],
 
1
  {
2
+ "best_metric": 0.7692113518714905,
3
  "best_model_checkpoint": "experts/expert-26/checkpoint-200",
4
  "epoch": 0.05355469272995046,
5
  "global_step": 200,
 
10
  {
11
  "epoch": 0.0,
12
  "learning_rate": 0.0002,
13
+ "loss": 0.8327,
14
  "step": 10
15
  },
16
  {
17
  "epoch": 0.01,
18
  "learning_rate": 0.0002,
19
+ "loss": 0.805,
20
  "step": 20
21
  },
22
  {
23
  "epoch": 0.01,
24
  "learning_rate": 0.0002,
25
+ "loss": 0.811,
26
  "step": 30
27
  },
28
  {
29
  "epoch": 0.01,
30
  "learning_rate": 0.0002,
31
+ "loss": 0.7862,
32
  "step": 40
33
  },
34
  {
 
40
  {
41
  "epoch": 0.02,
42
  "learning_rate": 0.0002,
43
+ "loss": 0.7647,
44
  "step": 60
45
  },
46
  {
47
  "epoch": 0.02,
48
  "learning_rate": 0.0002,
49
+ "loss": 0.7572,
50
  "step": 70
51
  },
52
  {
 
58
  {
59
  "epoch": 0.02,
60
  "learning_rate": 0.0002,
61
+ "loss": 0.7775,
62
  "step": 90
63
  },
64
  {
65
  "epoch": 0.03,
66
  "learning_rate": 0.0002,
67
+ "loss": 0.7483,
68
  "step": 100
69
  },
70
  {
71
  "epoch": 0.03,
72
  "learning_rate": 0.0002,
73
+ "loss": 0.7404,
74
  "step": 110
75
  },
76
  {
77
  "epoch": 0.03,
78
  "learning_rate": 0.0002,
79
+ "loss": 0.7444,
80
  "step": 120
81
  },
82
  {
 
94
  {
95
  "epoch": 0.04,
96
  "learning_rate": 0.0002,
97
+ "loss": 0.763,
98
  "step": 150
99
  },
100
  {
101
  "epoch": 0.04,
102
  "learning_rate": 0.0002,
103
+ "loss": 0.7881,
104
  "step": 160
105
  },
106
  {
107
  "epoch": 0.05,
108
  "learning_rate": 0.0002,
109
+ "loss": 0.7757,
110
  "step": 170
111
  },
112
  {
113
  "epoch": 0.05,
114
  "learning_rate": 0.0002,
115
+ "loss": 0.8139,
116
  "step": 180
117
  },
118
  {
119
  "epoch": 0.05,
120
  "learning_rate": 0.0002,
121
+ "loss": 0.7873,
122
  "step": 190
123
  },
124
  {
125
  "epoch": 0.05,
126
  "learning_rate": 0.0002,
127
+ "loss": 0.7542,
128
  "step": 200
129
  },
130
  {
131
  "epoch": 0.05,
132
+ "eval_loss": 0.7692113518714905,
133
+ "eval_runtime": 63.4219,
134
+ "eval_samples_per_second": 15.767,
135
+ "eval_steps_per_second": 7.884,
136
  "step": 200
137
  },
138
  {
139
  "epoch": 0.05,
140
+ "mmlu_eval_accuracy": 0.49597563739434053,
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.5862068965517241,
146
  "mmlu_eval_accuracy_college_biology": 0.5,
147
  "mmlu_eval_accuracy_college_chemistry": 0.25,
148
  "mmlu_eval_accuracy_college_computer_science": 0.36363636363636365,
149
  "mmlu_eval_accuracy_college_mathematics": 0.18181818181818182,
150
+ "mmlu_eval_accuracy_college_medicine": 0.45454545454545453,
151
  "mmlu_eval_accuracy_college_physics": 0.36363636363636365,
152
+ "mmlu_eval_accuracy_computer_security": 0.45454545454545453,
153
+ "mmlu_eval_accuracy_conceptual_physics": 0.38461538461538464,
154
  "mmlu_eval_accuracy_econometrics": 0.16666666666666666,
155
  "mmlu_eval_accuracy_electrical_engineering": 0.25,
156
  "mmlu_eval_accuracy_elementary_mathematics": 0.36585365853658536,
157
+ "mmlu_eval_accuracy_formal_logic": 0.21428571428571427,
158
  "mmlu_eval_accuracy_global_facts": 0.6,
159
  "mmlu_eval_accuracy_high_school_biology": 0.375,
160
+ "mmlu_eval_accuracy_high_school_chemistry": 0.22727272727272727,
161
  "mmlu_eval_accuracy_high_school_computer_science": 0.5555555555555556,
162
  "mmlu_eval_accuracy_high_school_european_history": 0.6111111111111112,
163
  "mmlu_eval_accuracy_high_school_geography": 0.9090909090909091,
164
  "mmlu_eval_accuracy_high_school_government_and_politics": 0.5238095238095238,
165
  "mmlu_eval_accuracy_high_school_macroeconomics": 0.4418604651162791,
166
  "mmlu_eval_accuracy_high_school_mathematics": 0.2413793103448276,
167
+ "mmlu_eval_accuracy_high_school_microeconomics": 0.46153846153846156,
168
  "mmlu_eval_accuracy_high_school_physics": 0.17647058823529413,
169
+ "mmlu_eval_accuracy_high_school_psychology": 0.85,
170
+ "mmlu_eval_accuracy_high_school_statistics": 0.391304347826087,
171
+ "mmlu_eval_accuracy_high_school_us_history": 0.6818181818181818,
172
  "mmlu_eval_accuracy_high_school_world_history": 0.7307692307692307,
173
+ "mmlu_eval_accuracy_human_aging": 0.6956521739130435,
174
  "mmlu_eval_accuracy_human_sexuality": 0.3333333333333333,
175
  "mmlu_eval_accuracy_international_law": 0.8461538461538461,
176
  "mmlu_eval_accuracy_jurisprudence": 0.36363636363636365,
 
180
  "mmlu_eval_accuracy_marketing": 0.92,
181
  "mmlu_eval_accuracy_medical_genetics": 0.9090909090909091,
182
  "mmlu_eval_accuracy_miscellaneous": 0.6627906976744186,
183
+ "mmlu_eval_accuracy_moral_disputes": 0.39473684210526316,
184
+ "mmlu_eval_accuracy_moral_scenarios": 0.21,
185
+ "mmlu_eval_accuracy_nutrition": 0.6363636363636364,
186
  "mmlu_eval_accuracy_philosophy": 0.4411764705882353,
187
+ "mmlu_eval_accuracy_prehistory": 0.5428571428571428,
188
  "mmlu_eval_accuracy_professional_accounting": 0.3870967741935484,
189
  "mmlu_eval_accuracy_professional_law": 0.3235294117647059,
190
+ "mmlu_eval_accuracy_professional_medicine": 0.6129032258064516,
191
+ "mmlu_eval_accuracy_professional_psychology": 0.5072463768115942,
192
  "mmlu_eval_accuracy_public_relations": 0.6666666666666666,
193
  "mmlu_eval_accuracy_security_studies": 0.5185185185185185,
194
  "mmlu_eval_accuracy_sociology": 0.7272727272727273,
195
  "mmlu_eval_accuracy_us_foreign_policy": 0.7272727272727273,
196
+ "mmlu_eval_accuracy_virology": 0.4444444444444444,
197
  "mmlu_eval_accuracy_world_religions": 0.6842105263157895,
198
+ "mmlu_loss": 1.286679525755093,
199
  "step": 200
200
  }
201
  ],
checkpoint-200/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fdce65f27e1b27599ffadb916e306ae3c8008257aa650aa283cc44ffd79ab85
3
  size 5819
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe4dd9a1fee85d1d6fa31030cdb57a7342525f029464f99168fb3a0bf75117ad
3
  size 5819
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fdce65f27e1b27599ffadb916e306ae3c8008257aa650aa283cc44ffd79ab85
3
  size 5819
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe4dd9a1fee85d1d6fa31030cdb57a7342525f029464f99168fb3a0bf75117ad
3
  size 5819