gokuls commited on
Commit
c1d994b
1 Parent(s): f5c45b7

End of training

Browse files
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: glue
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.5422671648885407
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_logit_kd_pretrain_cola
31
 
32
- This model is a fine-tuned version of [gokuls/mobilebert_sa_pre-training-complete](https://huggingface.co/gokuls/mobilebert_sa_pre-training-complete) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.4125
35
- - Matthews Correlation: 0.5423
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.5439723028804963
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_logit_kd_pretrain_cola
33
 
34
+ This model is a fine-tuned version of [gokuls/mobilebert_sa_pre-training-complete](https://huggingface.co/gokuls/mobilebert_sa_pre-training-complete) on the GLUE COLA dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.3784
37
+ - Matthews Correlation: 0.5440
38
 
39
  ## Model description
40
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.0,
3
+ "eval_loss": 0.3783751130104065,
4
+ "eval_matthews_correlation": 0.5439723028804963,
5
+ "eval_runtime": 1.989,
6
+ "eval_samples": 1043,
7
+ "eval_samples_per_second": 524.378,
8
+ "eval_steps_per_second": 4.525,
9
+ "train_loss": 0.23667547200647357,
10
+ "train_runtime": 438.7548,
11
+ "train_samples": 8551,
12
+ "train_samples_per_second": 974.462,
13
+ "train_steps_per_second": 7.635
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.0,
3
+ "eval_loss": 0.3783751130104065,
4
+ "eval_matthews_correlation": 0.5439723028804963,
5
+ "eval_runtime": 1.989,
6
+ "eval_samples": 1043,
7
+ "eval_samples_per_second": 524.378,
8
+ "eval_steps_per_second": 4.525
9
+ }
logs/events.out.tfevents.1675031366.serv-3334.1119753.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c94aa668cddd667c64bcc50c4f9653e830f0c73da5ca45e8a77cfac070eec0fd
3
+ size 375
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.0,
3
+ "train_loss": 0.23667547200647357,
4
+ "train_runtime": 438.7548,
5
+ "train_samples": 8551,
6
+ "train_samples_per_second": 974.462,
7
+ "train_steps_per_second": 7.635
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3783751130104065,
3
+ "best_model_checkpoint": "mobilebert_sa_GLUE_Experiment_logit_kd_pretrain_cola/checkpoint-268",
4
+ "epoch": 9.0,
5
+ "global_step": 603,
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.6286,
14
+ "step": 67
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_loss": 0.4351368844509125,
19
+ "eval_matthews_correlation": 0.4468514158987457,
20
+ "eval_runtime": 1.9774,
21
+ "eval_samples_per_second": 527.47,
22
+ "eval_steps_per_second": 4.552,
23
+ "step": 67
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 4.8e-05,
28
+ "loss": 0.3982,
29
+ "step": 134
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_loss": 0.40038201212882996,
34
+ "eval_matthews_correlation": 0.48584699342231225,
35
+ "eval_runtime": 1.9801,
36
+ "eval_samples_per_second": 526.742,
37
+ "eval_steps_per_second": 4.545,
38
+ "step": 134
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 4.7e-05,
43
+ "loss": 0.2722,
44
+ "step": 201
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_loss": 0.38673949241638184,
49
+ "eval_matthews_correlation": 0.5371884165342511,
50
+ "eval_runtime": 1.9718,
51
+ "eval_samples_per_second": 528.945,
52
+ "eval_steps_per_second": 4.564,
53
+ "step": 201
54
+ },
55
+ {
56
+ "epoch": 4.0,
57
+ "learning_rate": 4.600000000000001e-05,
58
+ "loss": 0.2056,
59
+ "step": 268
60
+ },
61
+ {
62
+ "epoch": 4.0,
63
+ "eval_loss": 0.3783751130104065,
64
+ "eval_matthews_correlation": 0.5439723028804963,
65
+ "eval_runtime": 1.9764,
66
+ "eval_samples_per_second": 527.735,
67
+ "eval_steps_per_second": 4.554,
68
+ "step": 268
69
+ },
70
+ {
71
+ "epoch": 5.0,
72
+ "learning_rate": 4.5e-05,
73
+ "loss": 0.1649,
74
+ "step": 335
75
+ },
76
+ {
77
+ "epoch": 5.0,
78
+ "eval_loss": 0.4273626506328583,
79
+ "eval_matthews_correlation": 0.562419829892001,
80
+ "eval_runtime": 1.9713,
81
+ "eval_samples_per_second": 529.083,
82
+ "eval_steps_per_second": 4.565,
83
+ "step": 335
84
+ },
85
+ {
86
+ "epoch": 6.0,
87
+ "learning_rate": 4.4000000000000006e-05,
88
+ "loss": 0.135,
89
+ "step": 402
90
+ },
91
+ {
92
+ "epoch": 6.0,
93
+ "eval_loss": 0.44399121403694153,
94
+ "eval_matthews_correlation": 0.5261360919387726,
95
+ "eval_runtime": 1.9804,
96
+ "eval_samples_per_second": 526.651,
97
+ "eval_steps_per_second": 4.544,
98
+ "step": 402
99
+ },
100
+ {
101
+ "epoch": 7.0,
102
+ "learning_rate": 4.3e-05,
103
+ "loss": 0.1174,
104
+ "step": 469
105
+ },
106
+ {
107
+ "epoch": 7.0,
108
+ "eval_loss": 0.45434868335723877,
109
+ "eval_matthews_correlation": 0.5494701108221334,
110
+ "eval_runtime": 1.9695,
111
+ "eval_samples_per_second": 529.58,
112
+ "eval_steps_per_second": 4.57,
113
+ "step": 469
114
+ },
115
+ {
116
+ "epoch": 8.0,
117
+ "learning_rate": 4.2e-05,
118
+ "loss": 0.108,
119
+ "step": 536
120
+ },
121
+ {
122
+ "epoch": 8.0,
123
+ "eval_loss": 0.3884676992893219,
124
+ "eval_matthews_correlation": 0.550612081256011,
125
+ "eval_runtime": 1.9709,
126
+ "eval_samples_per_second": 529.205,
127
+ "eval_steps_per_second": 4.566,
128
+ "step": 536
129
+ },
130
+ {
131
+ "epoch": 9.0,
132
+ "learning_rate": 4.1e-05,
133
+ "loss": 0.1002,
134
+ "step": 603
135
+ },
136
+ {
137
+ "epoch": 9.0,
138
+ "eval_loss": 0.41253650188446045,
139
+ "eval_matthews_correlation": 0.5422671648885407,
140
+ "eval_runtime": 1.9646,
141
+ "eval_samples_per_second": 530.903,
142
+ "eval_steps_per_second": 4.581,
143
+ "step": 603
144
+ },
145
+ {
146
+ "epoch": 9.0,
147
+ "step": 603,
148
+ "total_flos": 2444040855355392.0,
149
+ "train_loss": 0.23667547200647357,
150
+ "train_runtime": 438.7548,
151
+ "train_samples_per_second": 974.462,
152
+ "train_steps_per_second": 7.635
153
+ }
154
+ ],
155
+ "max_steps": 3350,
156
+ "num_train_epochs": 50,
157
+ "total_flos": 2444040855355392.0,
158
+ "trial_name": null,
159
+ "trial_params": null
160
+ }