gokuls commited on
Commit
c2e0585
1 Parent(s): a440f4d

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: rte
19
  split: validation
@@ -21,7 +23,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.51985559566787
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_rte_256
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.6933
35
- - Accuracy: 0.5199
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 RTE
19
  type: glue
20
  config: rte
21
  split: validation
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.5270758122743683
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_rte_256
33
 
34
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on the GLUE RTE dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.6929
37
+ - Accuracy: 0.5271
38
 
39
  ## Model description
40
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "eval_accuracy": 0.5270758122743683,
4
+ "eval_loss": 0.6928680539131165,
5
+ "eval_runtime": 0.5432,
6
+ "eval_samples": 277,
7
+ "eval_samples_per_second": 509.916,
8
+ "eval_steps_per_second": 5.523,
9
+ "train_loss": 0.6931396325429281,
10
+ "train_runtime": 122.3877,
11
+ "train_samples": 2490,
12
+ "train_samples_per_second": 1017.259,
13
+ "train_steps_per_second": 8.171
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "eval_accuracy": 0.5270758122743683,
4
+ "eval_loss": 0.6928680539131165,
5
+ "eval_runtime": 0.5432,
6
+ "eval_samples": 277,
7
+ "eval_samples_per_second": 509.916,
8
+ "eval_steps_per_second": 5.523
9
+ }
logs/events.out.tfevents.1674760085.gera.2823283.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0740c667bc024821a61c4945b10e45202835fdd09ddc07e074c4aae550a3ad17
3
+ size 357
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "train_loss": 0.6931396325429281,
4
+ "train_runtime": 122.3877,
5
+ "train_samples": 2490,
6
+ "train_samples_per_second": 1017.259,
7
+ "train_steps_per_second": 8.171
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6928680539131165,
3
+ "best_model_checkpoint": "mobilebert_add_GLUE_Experiment_rte_256/checkpoint-20",
4
+ "epoch": 6.0,
5
+ "global_step": 120,
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.6937,
14
+ "step": 20
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.5270758122743683,
19
+ "eval_loss": 0.6928680539131165,
20
+ "eval_runtime": 0.5064,
21
+ "eval_samples_per_second": 547.033,
22
+ "eval_steps_per_second": 5.925,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 4.8e-05,
28
+ "loss": 0.6938,
29
+ "step": 40
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.5270758122743683,
34
+ "eval_loss": 0.6928784847259521,
35
+ "eval_runtime": 0.5193,
36
+ "eval_samples_per_second": 533.424,
37
+ "eval_steps_per_second": 5.777,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 4.7e-05,
43
+ "loss": 0.6931,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.5126353790613718,
49
+ "eval_loss": 0.6931412220001221,
50
+ "eval_runtime": 0.5062,
51
+ "eval_samples_per_second": 547.26,
52
+ "eval_steps_per_second": 5.927,
53
+ "step": 60
54
+ },
55
+ {
56
+ "epoch": 4.0,
57
+ "learning_rate": 4.600000000000001e-05,
58
+ "loss": 0.6932,
59
+ "step": 80
60
+ },
61
+ {
62
+ "epoch": 4.0,
63
+ "eval_accuracy": 0.4693140794223827,
64
+ "eval_loss": 0.693750262260437,
65
+ "eval_runtime": 0.5127,
66
+ "eval_samples_per_second": 540.292,
67
+ "eval_steps_per_second": 5.852,
68
+ "step": 80
69
+ },
70
+ {
71
+ "epoch": 5.0,
72
+ "learning_rate": 4.5e-05,
73
+ "loss": 0.693,
74
+ "step": 100
75
+ },
76
+ {
77
+ "epoch": 5.0,
78
+ "eval_accuracy": 0.4729241877256318,
79
+ "eval_loss": 0.6949868202209473,
80
+ "eval_runtime": 0.5398,
81
+ "eval_samples_per_second": 513.2,
82
+ "eval_steps_per_second": 5.558,
83
+ "step": 100
84
+ },
85
+ {
86
+ "epoch": 6.0,
87
+ "learning_rate": 4.4000000000000006e-05,
88
+ "loss": 0.6921,
89
+ "step": 120
90
+ },
91
+ {
92
+ "epoch": 6.0,
93
+ "eval_accuracy": 0.51985559566787,
94
+ "eval_loss": 0.6932752728462219,
95
+ "eval_runtime": 0.519,
96
+ "eval_samples_per_second": 533.7,
97
+ "eval_steps_per_second": 5.78,
98
+ "step": 120
99
+ },
100
+ {
101
+ "epoch": 6.0,
102
+ "step": 120,
103
+ "total_flos": 385081701040128.0,
104
+ "train_loss": 0.6931396325429281,
105
+ "train_runtime": 122.3877,
106
+ "train_samples_per_second": 1017.259,
107
+ "train_steps_per_second": 8.171
108
+ }
109
+ ],
110
+ "max_steps": 1000,
111
+ "num_train_epochs": 50,
112
+ "total_flos": 385081701040128.0,
113
+ "trial_name": null,
114
+ "trial_params": null
115
+ }