End of training
Browse files- README.md +7 -5
- all_results.json +14 -0
- eval_results.json +9 -0
- logs/events.out.tfevents.1674646954.garda.227848.2 +3 -0
- train_results.json +8 -0
- trainer_state.json +190 -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_sa_GLUE_Experiment_cola_128
|
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_sa_GLUE_Experiment_cola_128
|
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.6077
|
37 |
+
- Matthews Correlation: 0.0
|
38 |
|
39 |
## Model description
|
40 |
|
all_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 11.0,
|
3 |
+
"eval_loss": 0.6077491044998169,
|
4 |
+
"eval_matthews_correlation": 0.0,
|
5 |
+
"eval_runtime": 2.3143,
|
6 |
+
"eval_samples": 1043,
|
7 |
+
"eval_samples_per_second": 450.673,
|
8 |
+
"eval_steps_per_second": 3.889,
|
9 |
+
"train_loss": 0.5491012045292226,
|
10 |
+
"train_runtime": 753.3806,
|
11 |
+
"train_samples": 8551,
|
12 |
+
"train_samples_per_second": 567.509,
|
13 |
+
"train_steps_per_second": 4.447
|
14 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 11.0,
|
3 |
+
"eval_loss": 0.6077491044998169,
|
4 |
+
"eval_matthews_correlation": 0.0,
|
5 |
+
"eval_runtime": 2.3143,
|
6 |
+
"eval_samples": 1043,
|
7 |
+
"eval_samples_per_second": 450.673,
|
8 |
+
"eval_steps_per_second": 3.889
|
9 |
+
}
|
logs/events.out.tfevents.1674646954.garda.227848.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf7a59401488aab109d705f3b330e37aed0ca28ea0c53461be711c20e0f15f13
|
3 |
+
size 375
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 11.0,
|
3 |
+
"train_loss": 0.5491012045292226,
|
4 |
+
"train_runtime": 753.3806,
|
5 |
+
"train_samples": 8551,
|
6 |
+
"train_samples_per_second": 567.509,
|
7 |
+
"train_steps_per_second": 4.447
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,190 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.6077491044998169,
|
3 |
+
"best_model_checkpoint": "mobilebert_sa_GLUE_Experiment_cola_128/checkpoint-402",
|
4 |
+
"epoch": 11.0,
|
5 |
+
"global_step": 737,
|
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.6155,
|
14 |
+
"step": 67
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.0,
|
18 |
+
"eval_loss": 0.6180391907691956,
|
19 |
+
"eval_matthews_correlation": 0.0,
|
20 |
+
"eval_runtime": 2.3423,
|
21 |
+
"eval_samples_per_second": 445.288,
|
22 |
+
"eval_steps_per_second": 3.842,
|
23 |
+
"step": 67
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 2.0,
|
27 |
+
"learning_rate": 4.8e-05,
|
28 |
+
"loss": 0.6079,
|
29 |
+
"step": 134
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 2.0,
|
33 |
+
"eval_loss": 0.6180055737495422,
|
34 |
+
"eval_matthews_correlation": 0.0,
|
35 |
+
"eval_runtime": 2.3294,
|
36 |
+
"eval_samples_per_second": 447.764,
|
37 |
+
"eval_steps_per_second": 3.864,
|
38 |
+
"step": 134
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 3.0,
|
42 |
+
"learning_rate": 4.7e-05,
|
43 |
+
"loss": 0.6074,
|
44 |
+
"step": 201
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 3.0,
|
48 |
+
"eval_loss": 0.618085503578186,
|
49 |
+
"eval_matthews_correlation": 0.0,
|
50 |
+
"eval_runtime": 2.3307,
|
51 |
+
"eval_samples_per_second": 447.507,
|
52 |
+
"eval_steps_per_second": 3.862,
|
53 |
+
"step": 201
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"epoch": 4.0,
|
57 |
+
"learning_rate": 4.600000000000001e-05,
|
58 |
+
"loss": 0.607,
|
59 |
+
"step": 268
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 4.0,
|
63 |
+
"eval_loss": 0.6173203587532043,
|
64 |
+
"eval_matthews_correlation": 0.0,
|
65 |
+
"eval_runtime": 2.3328,
|
66 |
+
"eval_samples_per_second": 447.106,
|
67 |
+
"eval_steps_per_second": 3.858,
|
68 |
+
"step": 268
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 5.0,
|
72 |
+
"learning_rate": 4.5e-05,
|
73 |
+
"loss": 0.6064,
|
74 |
+
"step": 335
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 5.0,
|
78 |
+
"eval_loss": 0.617998480796814,
|
79 |
+
"eval_matthews_correlation": 0.0,
|
80 |
+
"eval_runtime": 2.3214,
|
81 |
+
"eval_samples_per_second": 449.294,
|
82 |
+
"eval_steps_per_second": 3.877,
|
83 |
+
"step": 335
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"epoch": 6.0,
|
87 |
+
"learning_rate": 4.4000000000000006e-05,
|
88 |
+
"loss": 0.6021,
|
89 |
+
"step": 402
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 6.0,
|
93 |
+
"eval_loss": 0.6077491044998169,
|
94 |
+
"eval_matthews_correlation": 0.0,
|
95 |
+
"eval_runtime": 2.3317,
|
96 |
+
"eval_samples_per_second": 447.314,
|
97 |
+
"eval_steps_per_second": 3.86,
|
98 |
+
"step": 402
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 7.0,
|
102 |
+
"learning_rate": 4.3e-05,
|
103 |
+
"loss": 0.5484,
|
104 |
+
"step": 469
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 7.0,
|
108 |
+
"eval_loss": 0.6392526030540466,
|
109 |
+
"eval_matthews_correlation": 0.06876909773769338,
|
110 |
+
"eval_runtime": 2.3248,
|
111 |
+
"eval_samples_per_second": 448.634,
|
112 |
+
"eval_steps_per_second": 3.871,
|
113 |
+
"step": 469
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 8.0,
|
117 |
+
"learning_rate": 4.2e-05,
|
118 |
+
"loss": 0.4961,
|
119 |
+
"step": 536
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"epoch": 8.0,
|
123 |
+
"eval_loss": 0.6882135272026062,
|
124 |
+
"eval_matthews_correlation": 0.08513541026842135,
|
125 |
+
"eval_runtime": 2.3384,
|
126 |
+
"eval_samples_per_second": 446.026,
|
127 |
+
"eval_steps_per_second": 3.849,
|
128 |
+
"step": 536
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 9.0,
|
132 |
+
"learning_rate": 4.1e-05,
|
133 |
+
"loss": 0.4656,
|
134 |
+
"step": 603
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 9.0,
|
138 |
+
"eval_loss": 0.6623390913009644,
|
139 |
+
"eval_matthews_correlation": 0.11162331444159394,
|
140 |
+
"eval_runtime": 2.3292,
|
141 |
+
"eval_samples_per_second": 447.802,
|
142 |
+
"eval_steps_per_second": 3.864,
|
143 |
+
"step": 603
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 10.0,
|
147 |
+
"learning_rate": 4e-05,
|
148 |
+
"loss": 0.448,
|
149 |
+
"step": 670
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 10.0,
|
153 |
+
"eval_loss": 0.7584222555160522,
|
154 |
+
"eval_matthews_correlation": 0.10885779554312716,
|
155 |
+
"eval_runtime": 2.3245,
|
156 |
+
"eval_samples_per_second": 448.697,
|
157 |
+
"eval_steps_per_second": 3.872,
|
158 |
+
"step": 670
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 11.0,
|
162 |
+
"learning_rate": 3.9000000000000006e-05,
|
163 |
+
"loss": 0.4358,
|
164 |
+
"step": 737
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 11.0,
|
168 |
+
"eval_loss": 0.7178416848182678,
|
169 |
+
"eval_matthews_correlation": 0.12989481801728855,
|
170 |
+
"eval_runtime": 2.324,
|
171 |
+
"eval_samples_per_second": 448.792,
|
172 |
+
"eval_steps_per_second": 3.873,
|
173 |
+
"step": 737
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 11.0,
|
177 |
+
"step": 737,
|
178 |
+
"total_flos": 2241905819648000.0,
|
179 |
+
"train_loss": 0.5491012045292226,
|
180 |
+
"train_runtime": 753.3806,
|
181 |
+
"train_samples_per_second": 567.509,
|
182 |
+
"train_steps_per_second": 4.447
|
183 |
+
}
|
184 |
+
],
|
185 |
+
"max_steps": 3350,
|
186 |
+
"num_train_epochs": 50,
|
187 |
+
"total_flos": 2241905819648000.0,
|
188 |
+
"trial_name": null,
|
189 |
+
"trial_params": null
|
190 |
+
}
|