End of training
Browse files- README.md +21 -3
- all_results.json +16 -0
- eval_results.json +10 -0
- logs/events.out.tfevents.1745511533.ki-g0008.3436350.19 +3 -0
- train_results.json +9 -0
- trainer_state.json +222 -0
README.md
CHANGED
@@ -1,15 +1,33 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: gokulsrinivasagan/bert_base_train_book_ent_15p_s_init
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
metrics:
|
8 |
- matthews_correlation
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
- name: bert_base_train_book_ent_15p_s_init_cola
|
12 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -17,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# bert_base_train_book_ent_15p_s_init_cola
|
19 |
|
20 |
-
This model is a fine-tuned version of [gokulsrinivasagan/bert_base_train_book_ent_15p_s_init](https://huggingface.co/gokulsrinivasagan/bert_base_train_book_ent_15p_s_init) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
- Matthews Correlation: 0.0
|
24 |
- Accuracy: 0.6913
|
25 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- en
|
5 |
license: apache-2.0
|
6 |
base_model: gokulsrinivasagan/bert_base_train_book_ent_15p_s_init
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- glue
|
11 |
metrics:
|
12 |
- matthews_correlation
|
13 |
- accuracy
|
14 |
model-index:
|
15 |
- name: bert_base_train_book_ent_15p_s_init_cola
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
name: Text Classification
|
19 |
+
type: text-classification
|
20 |
+
dataset:
|
21 |
+
name: GLUE COLA
|
22 |
+
type: glue
|
23 |
+
args: cola
|
24 |
+
metrics:
|
25 |
+
- name: Matthews Correlation
|
26 |
+
type: matthews_correlation
|
27 |
+
value: 0.0
|
28 |
+
- name: Accuracy
|
29 |
+
type: accuracy
|
30 |
+
value: 0.6912751793861389
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
|
36 |
# bert_base_train_book_ent_15p_s_init_cola
|
37 |
|
38 |
+
This model is a fine-tuned version of [gokulsrinivasagan/bert_base_train_book_ent_15p_s_init](https://huggingface.co/gokulsrinivasagan/bert_base_train_book_ent_15p_s_init) on the GLUE COLA dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 0.6185
|
41 |
- Matthews Correlation: 0.0
|
42 |
- Accuracy: 0.6913
|
43 |
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.6912751793861389,
|
4 |
+
"eval_loss": 0.6184515357017517,
|
5 |
+
"eval_matthews_correlation": 0.0,
|
6 |
+
"eval_runtime": 0.9223,
|
7 |
+
"eval_samples": 1043,
|
8 |
+
"eval_samples_per_second": 1130.927,
|
9 |
+
"eval_steps_per_second": 5.422,
|
10 |
+
"total_flos": 1.12493131719168e+16,
|
11 |
+
"train_loss": 0.6112596624037798,
|
12 |
+
"train_runtime": 186.9033,
|
13 |
+
"train_samples": 8551,
|
14 |
+
"train_samples_per_second": 2287.547,
|
15 |
+
"train_steps_per_second": 9.096
|
16 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.6912751793861389,
|
4 |
+
"eval_loss": 0.6184515357017517,
|
5 |
+
"eval_matthews_correlation": 0.0,
|
6 |
+
"eval_runtime": 0.9223,
|
7 |
+
"eval_samples": 1043,
|
8 |
+
"eval_samples_per_second": 1130.927,
|
9 |
+
"eval_steps_per_second": 5.422
|
10 |
+
}
|
logs/events.out.tfevents.1745511533.ki-g0008.3436350.19
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eefe4538e5eda043988c5ff4b7792dc279ac6f31340f2e43738ab99098323c3e
|
3 |
+
size 475
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 1.12493131719168e+16,
|
4 |
+
"train_loss": 0.6112596624037798,
|
5 |
+
"train_runtime": 186.9033,
|
6 |
+
"train_samples": 8551,
|
7 |
+
"train_samples_per_second": 2287.547,
|
8 |
+
"train_steps_per_second": 9.096
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,222 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": 170,
|
3 |
+
"best_metric": 0.6184515357017517,
|
4 |
+
"best_model_checkpoint": "bert_base_train_book_ent_15p_s_init_cola/checkpoint-170",
|
5 |
+
"epoch": 10.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 340,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 1.0,
|
14 |
+
"grad_norm": 1.1766574382781982,
|
15 |
+
"learning_rate": 4.9029411764705883e-05,
|
16 |
+
"loss": 0.6207,
|
17 |
+
"step": 34
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.0,
|
21 |
+
"eval_accuracy": 0.6912751793861389,
|
22 |
+
"eval_loss": 0.6185039281845093,
|
23 |
+
"eval_matthews_correlation": 0.0,
|
24 |
+
"eval_runtime": 0.8903,
|
25 |
+
"eval_samples_per_second": 1171.53,
|
26 |
+
"eval_steps_per_second": 5.616,
|
27 |
+
"step": 34
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 2.0,
|
31 |
+
"grad_norm": 1.5290485620498657,
|
32 |
+
"learning_rate": 4.8029411764705886e-05,
|
33 |
+
"loss": 0.6093,
|
34 |
+
"step": 68
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"epoch": 2.0,
|
38 |
+
"eval_accuracy": 0.6912751793861389,
|
39 |
+
"eval_loss": 0.6191949248313904,
|
40 |
+
"eval_matthews_correlation": 0.0,
|
41 |
+
"eval_runtime": 0.8909,
|
42 |
+
"eval_samples_per_second": 1170.701,
|
43 |
+
"eval_steps_per_second": 5.612,
|
44 |
+
"step": 68
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 3.0,
|
48 |
+
"grad_norm": 0.8824849128723145,
|
49 |
+
"learning_rate": 4.702941176470588e-05,
|
50 |
+
"loss": 0.61,
|
51 |
+
"step": 102
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 3.0,
|
55 |
+
"eval_accuracy": 0.6912751793861389,
|
56 |
+
"eval_loss": 0.6199177503585815,
|
57 |
+
"eval_matthews_correlation": 0.0,
|
58 |
+
"eval_runtime": 0.9094,
|
59 |
+
"eval_samples_per_second": 1146.898,
|
60 |
+
"eval_steps_per_second": 5.498,
|
61 |
+
"step": 102
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 4.0,
|
65 |
+
"grad_norm": 1.128862738609314,
|
66 |
+
"learning_rate": 4.6029411764705885e-05,
|
67 |
+
"loss": 0.6103,
|
68 |
+
"step": 136
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 4.0,
|
72 |
+
"eval_accuracy": 0.6912751793861389,
|
73 |
+
"eval_loss": 0.618511438369751,
|
74 |
+
"eval_matthews_correlation": 0.0,
|
75 |
+
"eval_runtime": 0.904,
|
76 |
+
"eval_samples_per_second": 1153.724,
|
77 |
+
"eval_steps_per_second": 5.531,
|
78 |
+
"step": 136
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"epoch": 5.0,
|
82 |
+
"grad_norm": 1.0845144987106323,
|
83 |
+
"learning_rate": 4.502941176470589e-05,
|
84 |
+
"loss": 0.6113,
|
85 |
+
"step": 170
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"epoch": 5.0,
|
89 |
+
"eval_accuracy": 0.6912751793861389,
|
90 |
+
"eval_loss": 0.6184515357017517,
|
91 |
+
"eval_matthews_correlation": 0.0,
|
92 |
+
"eval_runtime": 0.8926,
|
93 |
+
"eval_samples_per_second": 1168.527,
|
94 |
+
"eval_steps_per_second": 5.602,
|
95 |
+
"step": 170
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 6.0,
|
99 |
+
"grad_norm": 0.6451035737991333,
|
100 |
+
"learning_rate": 4.4029411764705884e-05,
|
101 |
+
"loss": 0.6094,
|
102 |
+
"step": 204
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"epoch": 6.0,
|
106 |
+
"eval_accuracy": 0.6912751793861389,
|
107 |
+
"eval_loss": 0.6199439764022827,
|
108 |
+
"eval_matthews_correlation": 0.0,
|
109 |
+
"eval_runtime": 0.8889,
|
110 |
+
"eval_samples_per_second": 1173.306,
|
111 |
+
"eval_steps_per_second": 5.625,
|
112 |
+
"step": 204
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epoch": 7.0,
|
116 |
+
"grad_norm": 1.6885813474655151,
|
117 |
+
"learning_rate": 4.302941176470589e-05,
|
118 |
+
"loss": 0.6098,
|
119 |
+
"step": 238
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"epoch": 7.0,
|
123 |
+
"eval_accuracy": 0.6912751793861389,
|
124 |
+
"eval_loss": 0.6215131878852844,
|
125 |
+
"eval_matthews_correlation": 0.0,
|
126 |
+
"eval_runtime": 0.889,
|
127 |
+
"eval_samples_per_second": 1173.173,
|
128 |
+
"eval_steps_per_second": 5.624,
|
129 |
+
"step": 238
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 8.0,
|
133 |
+
"grad_norm": 0.6558329463005066,
|
134 |
+
"learning_rate": 4.202941176470588e-05,
|
135 |
+
"loss": 0.6113,
|
136 |
+
"step": 272
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 8.0,
|
140 |
+
"eval_accuracy": 0.6912751793861389,
|
141 |
+
"eval_loss": 0.6247884035110474,
|
142 |
+
"eval_matthews_correlation": 0.0,
|
143 |
+
"eval_runtime": 0.8876,
|
144 |
+
"eval_samples_per_second": 1175.115,
|
145 |
+
"eval_steps_per_second": 5.633,
|
146 |
+
"step": 272
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 9.0,
|
150 |
+
"grad_norm": 0.49616092443466187,
|
151 |
+
"learning_rate": 4.1029411764705886e-05,
|
152 |
+
"loss": 0.6098,
|
153 |
+
"step": 306
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 9.0,
|
157 |
+
"eval_accuracy": 0.6912751793861389,
|
158 |
+
"eval_loss": 0.6285766959190369,
|
159 |
+
"eval_matthews_correlation": 0.0,
|
160 |
+
"eval_runtime": 0.9282,
|
161 |
+
"eval_samples_per_second": 1123.701,
|
162 |
+
"eval_steps_per_second": 5.387,
|
163 |
+
"step": 306
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 10.0,
|
167 |
+
"grad_norm": 0.553864061832428,
|
168 |
+
"learning_rate": 4.002941176470588e-05,
|
169 |
+
"loss": 0.6106,
|
170 |
+
"step": 340
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 10.0,
|
174 |
+
"eval_accuracy": 0.6912751793861389,
|
175 |
+
"eval_loss": 0.6254100799560547,
|
176 |
+
"eval_matthews_correlation": 0.0,
|
177 |
+
"eval_runtime": 0.8992,
|
178 |
+
"eval_samples_per_second": 1159.91,
|
179 |
+
"eval_steps_per_second": 5.56,
|
180 |
+
"step": 340
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 10.0,
|
184 |
+
"step": 340,
|
185 |
+
"total_flos": 1.12493131719168e+16,
|
186 |
+
"train_loss": 0.6112596624037798,
|
187 |
+
"train_runtime": 186.9033,
|
188 |
+
"train_samples_per_second": 2287.547,
|
189 |
+
"train_steps_per_second": 9.096
|
190 |
+
}
|
191 |
+
],
|
192 |
+
"logging_steps": 1,
|
193 |
+
"max_steps": 1700,
|
194 |
+
"num_input_tokens_seen": 0,
|
195 |
+
"num_train_epochs": 50,
|
196 |
+
"save_steps": 500,
|
197 |
+
"stateful_callbacks": {
|
198 |
+
"EarlyStoppingCallback": {
|
199 |
+
"args": {
|
200 |
+
"early_stopping_patience": 5,
|
201 |
+
"early_stopping_threshold": 0.0
|
202 |
+
},
|
203 |
+
"attributes": {
|
204 |
+
"early_stopping_patience_counter": 5
|
205 |
+
}
|
206 |
+
},
|
207 |
+
"TrainerControl": {
|
208 |
+
"args": {
|
209 |
+
"should_epoch_stop": false,
|
210 |
+
"should_evaluate": false,
|
211 |
+
"should_log": false,
|
212 |
+
"should_save": true,
|
213 |
+
"should_training_stop": true
|
214 |
+
},
|
215 |
+
"attributes": {}
|
216 |
+
}
|
217 |
+
},
|
218 |
+
"total_flos": 1.12493131719168e+16,
|
219 |
+
"train_batch_size": 256,
|
220 |
+
"trial_name": null,
|
221 |
+
"trial_params": null
|
222 |
+
}
|