End of training
Browse files- README.md +7 -5
- all_results.json +14 -0
- eval_results.json +9 -0
- logs/events.out.tfevents.1674736691.garda.473409.2 +3 -0
- train_results.json +8 -0
- trainer_state.json +175 -0
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -13,7 +15,7 @@ model-index:
|
|
13 |
name: Text Classification
|
14 |
type: text-classification
|
15 |
dataset:
|
16 |
-
name:
|
17 |
type: glue
|
18 |
config: cola
|
19 |
split: validation
|
@@ -21,7 +23,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Matthews Correlation
|
23 |
type: matthews_correlation
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
# mobilebert_add_GLUE_Experiment_cola
|
31 |
|
32 |
-
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Matthews Correlation: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
15 |
name: Text Classification
|
16 |
type: text-classification
|
17 |
dataset:
|
18 |
+
name: GLUE COLA
|
19 |
type: glue
|
20 |
config: cola
|
21 |
split: validation
|
|
|
23 |
metrics:
|
24 |
- name: Matthews Correlation
|
25 |
type: matthews_correlation
|
26 |
+
value: 0.0
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# mobilebert_add_GLUE_Experiment_cola
|
33 |
|
34 |
+
This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the GLUE COLA dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.6127
|
37 |
+
- Matthews Correlation: 0.0
|
38 |
|
39 |
## Model description
|
40 |
|
all_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_loss": 0.6127391457557678,
|
4 |
+
"eval_matthews_correlation": 0.0,
|
5 |
+
"eval_runtime": 2.2769,
|
6 |
+
"eval_samples": 1043,
|
7 |
+
"eval_samples_per_second": 458.084,
|
8 |
+
"eval_steps_per_second": 3.953,
|
9 |
+
"train_loss": 0.5952504741611765,
|
10 |
+
"train_runtime": 701.2614,
|
11 |
+
"train_samples": 8551,
|
12 |
+
"train_samples_per_second": 609.687,
|
13 |
+
"train_steps_per_second": 4.777
|
14 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_loss": 0.6127391457557678,
|
4 |
+
"eval_matthews_correlation": 0.0,
|
5 |
+
"eval_runtime": 2.2769,
|
6 |
+
"eval_samples": 1043,
|
7 |
+
"eval_samples_per_second": 458.084,
|
8 |
+
"eval_steps_per_second": 3.953
|
9 |
+
}
|
logs/events.out.tfevents.1674736691.garda.473409.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9183c7609864b974b4877627e1f5c524c0d98516f7ac6f196ea3746922ae769b
|
3 |
+
size 375
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"train_loss": 0.5952504741611765,
|
4 |
+
"train_runtime": 701.2614,
|
5 |
+
"train_samples": 8551,
|
6 |
+
"train_samples_per_second": 609.687,
|
7 |
+
"train_steps_per_second": 4.777
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.6127391457557678,
|
3 |
+
"best_model_checkpoint": "mobilebert_add_GLUE_Experiment_cola/checkpoint-335",
|
4 |
+
"epoch": 10.0,
|
5 |
+
"global_step": 670,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 1.0,
|
12 |
+
"learning_rate": 4.9e-05,
|
13 |
+
"loss": 0.6126,
|
14 |
+
"step": 67
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.0,
|
18 |
+
"eval_loss": 0.6183119416236877,
|
19 |
+
"eval_matthews_correlation": 0.0,
|
20 |
+
"eval_runtime": 2.2731,
|
21 |
+
"eval_samples_per_second": 458.836,
|
22 |
+
"eval_steps_per_second": 3.959,
|
23 |
+
"step": 67
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 2.0,
|
27 |
+
"learning_rate": 4.8e-05,
|
28 |
+
"loss": 0.6078,
|
29 |
+
"step": 134
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 2.0,
|
33 |
+
"eval_loss": 0.6178781390190125,
|
34 |
+
"eval_matthews_correlation": 0.0,
|
35 |
+
"eval_runtime": 2.2536,
|
36 |
+
"eval_samples_per_second": 462.812,
|
37 |
+
"eval_steps_per_second": 3.994,
|
38 |
+
"step": 134
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 3.0,
|
42 |
+
"learning_rate": 4.7e-05,
|
43 |
+
"loss": 0.6072,
|
44 |
+
"step": 201
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 3.0,
|
48 |
+
"eval_loss": 0.6183475255966187,
|
49 |
+
"eval_matthews_correlation": 0.0,
|
50 |
+
"eval_runtime": 2.2545,
|
51 |
+
"eval_samples_per_second": 462.63,
|
52 |
+
"eval_steps_per_second": 3.992,
|
53 |
+
"step": 201
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"epoch": 4.0,
|
57 |
+
"learning_rate": 4.600000000000001e-05,
|
58 |
+
"loss": 0.6062,
|
59 |
+
"step": 268
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 4.0,
|
63 |
+
"eval_loss": 0.6163871884346008,
|
64 |
+
"eval_matthews_correlation": 0.0,
|
65 |
+
"eval_runtime": 2.2538,
|
66 |
+
"eval_samples_per_second": 462.764,
|
67 |
+
"eval_steps_per_second": 3.993,
|
68 |
+
"step": 268
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 5.0,
|
72 |
+
"learning_rate": 4.5e-05,
|
73 |
+
"loss": 0.601,
|
74 |
+
"step": 335
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 5.0,
|
78 |
+
"eval_loss": 0.6127391457557678,
|
79 |
+
"eval_matthews_correlation": 0.0,
|
80 |
+
"eval_runtime": 2.2614,
|
81 |
+
"eval_samples_per_second": 461.209,
|
82 |
+
"eval_steps_per_second": 3.98,
|
83 |
+
"step": 335
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"epoch": 6.0,
|
87 |
+
"learning_rate": 4.4000000000000006e-05,
|
88 |
+
"loss": 0.5928,
|
89 |
+
"step": 402
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 6.0,
|
93 |
+
"eval_loss": 0.6148296594619751,
|
94 |
+
"eval_matthews_correlation": 0.0,
|
95 |
+
"eval_runtime": 2.256,
|
96 |
+
"eval_samples_per_second": 462.326,
|
97 |
+
"eval_steps_per_second": 3.989,
|
98 |
+
"step": 402
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 7.0,
|
102 |
+
"learning_rate": 4.3e-05,
|
103 |
+
"loss": 0.588,
|
104 |
+
"step": 469
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 7.0,
|
108 |
+
"eval_loss": 0.622357964515686,
|
109 |
+
"eval_matthews_correlation": 0.0,
|
110 |
+
"eval_runtime": 2.2548,
|
111 |
+
"eval_samples_per_second": 462.562,
|
112 |
+
"eval_steps_per_second": 3.991,
|
113 |
+
"step": 469
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 8.0,
|
117 |
+
"learning_rate": 4.2e-05,
|
118 |
+
"loss": 0.582,
|
119 |
+
"step": 536
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"epoch": 8.0,
|
123 |
+
"eval_loss": 0.6174187064170837,
|
124 |
+
"eval_matthews_correlation": 0.00286100001416597,
|
125 |
+
"eval_runtime": 2.2525,
|
126 |
+
"eval_samples_per_second": 463.04,
|
127 |
+
"eval_steps_per_second": 3.996,
|
128 |
+
"step": 536
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 9.0,
|
132 |
+
"learning_rate": 4.1e-05,
|
133 |
+
"loss": 0.5807,
|
134 |
+
"step": 603
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 9.0,
|
138 |
+
"eval_loss": 0.6301043033599854,
|
139 |
+
"eval_matthews_correlation": 0.00286100001416597,
|
140 |
+
"eval_runtime": 2.2518,
|
141 |
+
"eval_samples_per_second": 463.189,
|
142 |
+
"eval_steps_per_second": 3.997,
|
143 |
+
"step": 603
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 10.0,
|
147 |
+
"learning_rate": 4e-05,
|
148 |
+
"loss": 0.5743,
|
149 |
+
"step": 670
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 10.0,
|
153 |
+
"eval_loss": 0.6156460642814636,
|
154 |
+
"eval_matthews_correlation": 0.0437601222642778,
|
155 |
+
"eval_runtime": 2.2578,
|
156 |
+
"eval_samples_per_second": 461.958,
|
157 |
+
"eval_steps_per_second": 3.986,
|
158 |
+
"step": 670
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 10.0,
|
162 |
+
"step": 670,
|
163 |
+
"total_flos": 2529416970240000.0,
|
164 |
+
"train_loss": 0.5952504741611765,
|
165 |
+
"train_runtime": 701.2614,
|
166 |
+
"train_samples_per_second": 609.687,
|
167 |
+
"train_steps_per_second": 4.777
|
168 |
+
}
|
169 |
+
],
|
170 |
+
"max_steps": 3350,
|
171 |
+
"num_train_epochs": 50,
|
172 |
+
"total_flos": 2529416970240000.0,
|
173 |
+
"trial_name": null,
|
174 |
+
"trial_params": null
|
175 |
+
}
|