gokuls commited on
Commit
5bdb4c1
1 Parent(s): 8ecaec2

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: sst2
19
  split: validation
@@ -21,7 +23,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.7901376146788991
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_sst2_128
31
 
32
- This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the glue dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.6028
35
- - Accuracy: 0.7901
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 SST2
19
  type: glue
20
  config: sst2
21
  split: validation
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.8004587155963303
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_sst2_128
33
 
34
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the GLUE SST2 dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.4330
37
+ - Accuracy: 0.8005
38
 
39
  ## Model description
40
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "eval_accuracy": 0.8004587155963303,
4
+ "eval_loss": 0.43304944038391113,
5
+ "eval_runtime": 1.9571,
6
+ "eval_samples": 872,
7
+ "eval_samples_per_second": 445.553,
8
+ "eval_steps_per_second": 3.577,
9
+ "train_loss": 0.2643498825468948,
10
+ "train_runtime": 2680.456,
11
+ "train_samples": 67349,
12
+ "train_samples_per_second": 1256.297,
13
+ "train_steps_per_second": 9.83
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "eval_accuracy": 0.8004587155963303,
4
+ "eval_loss": 0.43304944038391113,
5
+ "eval_runtime": 1.9571,
6
+ "eval_samples": 872,
7
+ "eval_samples_per_second": 445.553,
8
+ "eval_steps_per_second": 3.577
9
+ }
logs/events.out.tfevents.1674684430.garda.227848.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc31fd9a5e2b0f658837f134459c0b1780771082ec81e4674b3e21f345e2af9
3
+ size 363
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "train_loss": 0.2643498825468948,
4
+ "train_runtime": 2680.456,
5
+ "train_samples": 67349,
6
+ "train_samples_per_second": 1256.297,
7
+ "train_steps_per_second": 9.83
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.43304944038391113,
3
+ "best_model_checkpoint": "mobilebert_sa_GLUE_Experiment_sst2_128/checkpoint-527",
4
+ "epoch": 6.0,
5
+ "global_step": 3162,
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.5124,
14
+ "step": 527
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.8004587155963303,
19
+ "eval_loss": 0.43304944038391113,
20
+ "eval_runtime": 1.9289,
21
+ "eval_samples_per_second": 452.066,
22
+ "eval_steps_per_second": 3.629,
23
+ "step": 527
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 4.8e-05,
28
+ "loss": 0.2842,
29
+ "step": 1054
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.8027522935779816,
34
+ "eval_loss": 0.4711274206638336,
35
+ "eval_runtime": 1.9312,
36
+ "eval_samples_per_second": 451.532,
37
+ "eval_steps_per_second": 3.625,
38
+ "step": 1054
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 4.7e-05,
43
+ "loss": 0.2267,
44
+ "step": 1581
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.7981651376146789,
49
+ "eval_loss": 0.45929697155952454,
50
+ "eval_runtime": 1.9325,
51
+ "eval_samples_per_second": 451.224,
52
+ "eval_steps_per_second": 3.622,
53
+ "step": 1581
54
+ },
55
+ {
56
+ "epoch": 4.0,
57
+ "learning_rate": 4.600000000000001e-05,
58
+ "loss": 0.2025,
59
+ "step": 2108
60
+ },
61
+ {
62
+ "epoch": 4.0,
63
+ "eval_accuracy": 0.7855504587155964,
64
+ "eval_loss": 0.7141198515892029,
65
+ "eval_runtime": 1.9331,
66
+ "eval_samples_per_second": 451.08,
67
+ "eval_steps_per_second": 3.621,
68
+ "step": 2108
69
+ },
70
+ {
71
+ "epoch": 5.0,
72
+ "learning_rate": 4.5e-05,
73
+ "loss": 0.1849,
74
+ "step": 2635
75
+ },
76
+ {
77
+ "epoch": 5.0,
78
+ "eval_accuracy": 0.7981651376146789,
79
+ "eval_loss": 0.4770691990852356,
80
+ "eval_runtime": 1.9365,
81
+ "eval_samples_per_second": 450.303,
82
+ "eval_steps_per_second": 3.615,
83
+ "step": 2635
84
+ },
85
+ {
86
+ "epoch": 6.0,
87
+ "learning_rate": 4.4000000000000006e-05,
88
+ "loss": 0.1754,
89
+ "step": 3162
90
+ },
91
+ {
92
+ "epoch": 6.0,
93
+ "eval_accuracy": 0.7901376146788991,
94
+ "eval_loss": 0.6027570366859436,
95
+ "eval_runtime": 1.93,
96
+ "eval_samples_per_second": 451.81,
97
+ "eval_steps_per_second": 3.627,
98
+ "step": 3162
99
+ },
100
+ {
101
+ "epoch": 6.0,
102
+ "step": 3162,
103
+ "total_flos": 9631416648204288.0,
104
+ "train_loss": 0.2643498825468948,
105
+ "train_runtime": 2680.456,
106
+ "train_samples_per_second": 1256.297,
107
+ "train_steps_per_second": 9.83
108
+ }
109
+ ],
110
+ "max_steps": 26350,
111
+ "num_train_epochs": 50,
112
+ "total_flos": 9631416648204288.0,
113
+ "trial_name": null,
114
+ "trial_params": null
115
+ }