gokuls commited on
Commit
5d9c558
1 Parent(s): a2e3dc4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -22
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- language:
3
- - en
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -14,7 +12,7 @@ model-index:
14
  name: Text Classification
15
  type: text-classification
16
  dataset:
17
- name: GLUE WNLI
18
  type: glue
19
  config: wnli
20
  split: validation
@@ -22,7 +20,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.5633802816901409
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # hBERTv1_new_pretrain_w_init__wnli
32
 
33
- This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1_complete_training_new_wt_init](https://huggingface.co/gokuls/bert_12_layer_model_v1_complete_training_new_wt_init) on the GLUE WNLI dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.6855
36
- - Accuracy: 0.5634
37
 
38
  ## Model description
39
 
@@ -52,7 +50,7 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 0.0005
56
  - train_batch_size: 128
57
  - eval_batch_size: 128
58
  - seed: 10
@@ -65,20 +63,13 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 12.3688 | 1.0 | 5 | 6.2236 | 0.5634 |
69
- | 3.5093 | 2.0 | 10 | 0.7491 | 0.4366 |
70
- | 1.9112 | 3.0 | 15 | 2.5146 | 0.5634 |
71
- | 1.4995 | 4.0 | 20 | 1.8104 | 0.4366 |
72
- | 1.3047 | 5.0 | 25 | 0.6936 | 0.5634 |
73
- | 1.4685 | 6.0 | 30 | 0.7440 | 0.5634 |
74
- | 0.924 | 7.0 | 35 | 1.1066 | 0.4366 |
75
- | 0.8423 | 8.0 | 40 | 0.8221 | 0.4366 |
76
- | 0.8166 | 9.0 | 45 | 0.6855 | 0.5634 |
77
- | 0.7552 | 10.0 | 50 | 0.7181 | 0.5634 |
78
- | 0.7515 | 11.0 | 55 | 0.6951 | 0.5634 |
79
- | 0.7127 | 12.0 | 60 | 0.7140 | 0.4366 |
80
- | 0.7112 | 13.0 | 65 | 0.6901 | 0.5634 |
81
- | 0.6976 | 14.0 | 70 | 0.7009 | 0.4366 |
82
 
83
 
84
  ### Framework versions
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
 
12
  name: Text Classification
13
  type: text-classification
14
  dataset:
15
+ name: glue
16
  type: glue
17
  config: wnli
18
  split: validation
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.43661971830985913
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # hBERTv1_new_pretrain_w_init__wnli
30
 
31
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1_complete_training_new_wt_init](https://huggingface.co/gokuls/bert_12_layer_model_v1_complete_training_new_wt_init) on the glue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.7182
34
+ - Accuracy: 0.4366
35
 
36
  ## Model description
37
 
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 4e-05
54
  - train_batch_size: 128
55
  - eval_batch_size: 128
56
  - seed: 10
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 0.9261 | 1.0 | 5 | 0.6915 | 0.5352 |
67
+ | 0.7312 | 2.0 | 10 | 0.6844 | 0.5634 |
68
+ | 0.7289 | 3.0 | 15 | 0.7337 | 0.5634 |
69
+ | 0.7656 | 4.0 | 20 | 0.7585 | 0.4366 |
70
+ | 0.7189 | 5.0 | 25 | 0.6906 | 0.5634 |
71
+ | 0.7167 | 6.0 | 30 | 0.6911 | 0.5634 |
72
+ | 0.7089 | 7.0 | 35 | 0.7182 | 0.4366 |
 
 
 
 
 
 
 
73
 
74
 
75
  ### Framework versions