gokuls commited on
Commit
c984cba
1 Parent(s): 3c325bf

End of training

Browse files
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
@@ -12,7 +14,7 @@ model-index:
12
  name: Text Classification
13
  type: text-classification
14
  dataset:
15
- name: glue
16
  type: glue
17
  config: sst2
18
  split: validation
@@ -20,7 +22,7 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.8107798165137615
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # hBERTv2_new_pretrain_48_KD_sst2
30
 
31
- This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new_48_KD](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new_48_KD) on the glue dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: 0.6627
34
- - Accuracy: 0.8108
35
 
36
  ## Model description
37
 
 
1
  ---
2
+ language:
3
+ - en
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
14
  name: Text Classification
15
  type: text-classification
16
  dataset:
17
+ name: GLUE SST2
18
  type: glue
19
  config: sst2
20
  split: validation
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.7786697247706422
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # hBERTv2_new_pretrain_48_KD_sst2
32
 
33
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new_48_KD](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new_48_KD) on the GLUE SST2 dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.4825
36
+ - Accuracy: 0.7787
37
 
38
  ## Model description
39
 
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "eval_accuracy": 0.7786697247706422,
4
+ "eval_loss": 0.48251545429229736,
5
+ "eval_runtime": 1.9353,
6
+ "eval_samples": 872,
7
+ "eval_samples_per_second": 450.586,
8
+ "eval_steps_per_second": 3.617,
9
+ "train_loss": 0.27495639373953024,
10
+ "train_runtime": 2846.6495,
11
+ "train_samples": 67349,
12
+ "train_samples_per_second": 1182.952,
13
+ "train_steps_per_second": 9.256
14
+ }
eval_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "eval_accuracy": 0.7786697247706422,
4
+ "eval_loss": 0.48251545429229736,
5
+ "eval_runtime": 1.9353,
6
+ "eval_samples": 872,
7
+ "eval_samples_per_second": 450.586,
8
+ "eval_steps_per_second": 3.617
9
+ }
logs/events.out.tfevents.1686762317.serv-9207.3373475.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97cf1f07738828254827a028e0dad61eb551d30702c7895ab6c97e6dc13364f6
3
+ size 363
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 6.0,
3
+ "train_loss": 0.27495639373953024,
4
+ "train_runtime": 2846.6495,
5
+ "train_samples": 67349,
6
+ "train_samples_per_second": 1182.952,
7
+ "train_steps_per_second": 9.256
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.48251545429229736,
3
+ "best_model_checkpoint": "hBERTv2_new_pretrain_48_KD_sst2/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": 3.9200000000000004e-05,
13
+ "loss": 0.6251,
14
+ "step": 527
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.7786697247706422,
19
+ "eval_loss": 0.48251545429229736,
20
+ "eval_runtime": 1.9025,
21
+ "eval_samples_per_second": 458.334,
22
+ "eval_steps_per_second": 3.679,
23
+ "step": 527
24
+ },
25
+ {
26
+ "epoch": 2.0,
27
+ "learning_rate": 3.8400000000000005e-05,
28
+ "loss": 0.2866,
29
+ "step": 1054
30
+ },
31
+ {
32
+ "epoch": 2.0,
33
+ "eval_accuracy": 0.8073394495412844,
34
+ "eval_loss": 0.6289057731628418,
35
+ "eval_runtime": 1.9173,
36
+ "eval_samples_per_second": 454.804,
37
+ "eval_steps_per_second": 3.651,
38
+ "step": 1054
39
+ },
40
+ {
41
+ "epoch": 3.0,
42
+ "learning_rate": 3.76e-05,
43
+ "loss": 0.2223,
44
+ "step": 1581
45
+ },
46
+ {
47
+ "epoch": 3.0,
48
+ "eval_accuracy": 0.805045871559633,
49
+ "eval_loss": 0.4859866201877594,
50
+ "eval_runtime": 1.9156,
51
+ "eval_samples_per_second": 455.205,
52
+ "eval_steps_per_second": 3.654,
53
+ "step": 1581
54
+ },
55
+ {
56
+ "epoch": 4.0,
57
+ "learning_rate": 3.680000000000001e-05,
58
+ "loss": 0.1929,
59
+ "step": 2108
60
+ },
61
+ {
62
+ "epoch": 4.0,
63
+ "eval_accuracy": 0.8107798165137615,
64
+ "eval_loss": 0.5174009799957275,
65
+ "eval_runtime": 1.8997,
66
+ "eval_samples_per_second": 459.01,
67
+ "eval_steps_per_second": 3.685,
68
+ "step": 2108
69
+ },
70
+ {
71
+ "epoch": 5.0,
72
+ "learning_rate": 3.6e-05,
73
+ "loss": 0.1698,
74
+ "step": 2635
75
+ },
76
+ {
77
+ "epoch": 5.0,
78
+ "eval_accuracy": 0.805045871559633,
79
+ "eval_loss": 0.4868491291999817,
80
+ "eval_runtime": 1.9027,
81
+ "eval_samples_per_second": 458.286,
82
+ "eval_steps_per_second": 3.679,
83
+ "step": 2635
84
+ },
85
+ {
86
+ "epoch": 6.0,
87
+ "learning_rate": 3.52e-05,
88
+ "loss": 0.1531,
89
+ "step": 3162
90
+ },
91
+ {
92
+ "epoch": 6.0,
93
+ "eval_accuracy": 0.8107798165137615,
94
+ "eval_loss": 0.662692129611969,
95
+ "eval_runtime": 1.8967,
96
+ "eval_samples_per_second": 459.749,
97
+ "eval_steps_per_second": 3.691,
98
+ "step": 3162
99
+ },
100
+ {
101
+ "epoch": 6.0,
102
+ "step": 3162,
103
+ "total_flos": 5.913478047360614e+16,
104
+ "train_loss": 0.27495639373953024,
105
+ "train_runtime": 2846.6495,
106
+ "train_samples_per_second": 1182.952,
107
+ "train_steps_per_second": 9.256
108
+ }
109
+ ],
110
+ "max_steps": 26350,
111
+ "num_train_epochs": 50,
112
+ "total_flos": 5.913478047360614e+16,
113
+ "trial_name": null,
114
+ "trial_params": null
115
+ }