gokuls commited on
Commit
0e0e311
1 Parent(s): aeb36f0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -15
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.43661971830985913
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
  # hBERTv2_new_pretrain_wnli
32
 
33
- This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new) on the GLUE WNLI dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.9151
36
- - Accuracy: 0.4366
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,13 +63,21 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 8.8479 | 1.0 | 5 | 1.9492 | 0.4366 |
69
- | 9.5465 | 2.0 | 10 | 0.9151 | 0.4366 |
70
- | 8.6319 | 3.0 | 15 | 2.4510 | 0.5634 |
71
- | 9.7722 | 4.0 | 20 | 4.1092 | 0.5634 |
72
- | 10.479 | 5.0 | 25 | 4.9877 | 0.5634 |
73
- | 10.4548 | 6.0 | 30 | 5.4947 | 0.5634 |
74
- | 10.5408 | 7.0 | 35 | 4.8345 | 0.5634 |
 
 
 
 
 
 
 
 
75
 
76
 
77
  ### 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.5633802816901409
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # hBERTv2_new_pretrain_wnli
30
 
31
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new) on the glue dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.6963
34
+ - Accuracy: 0.5634
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.8646 | 1.0 | 5 | 0.7422 | 0.4366 |
67
+ | 0.7094 | 2.0 | 10 | 0.7290 | 0.4366 |
68
+ | 0.7047 | 3.0 | 15 | 0.7053 | 0.5634 |
69
+ | 0.7203 | 4.0 | 20 | 0.7022 | 0.4366 |
70
+ | 0.7 | 5.0 | 25 | 0.6977 | 0.4366 |
71
+ | 0.7098 | 6.0 | 30 | 0.6885 | 0.5634 |
72
+ | 0.695 | 7.0 | 35 | 0.7045 | 0.4366 |
73
+ | 0.7053 | 8.0 | 40 | 0.6858 | 0.5634 |
74
+ | 0.7095 | 9.0 | 45 | 0.7070 | 0.4366 |
75
+ | 0.7012 | 10.0 | 50 | 0.6857 | 0.5634 |
76
+ | 0.6995 | 11.0 | 55 | 0.6969 | 0.4507 |
77
+ | 0.6913 | 12.0 | 60 | 0.6875 | 0.5634 |
78
+ | 0.6963 | 13.0 | 65 | 0.6959 | 0.4789 |
79
+ | 0.6996 | 14.0 | 70 | 0.7190 | 0.4366 |
80
+ | 0.6957 | 15.0 | 75 | 0.6963 | 0.5634 |
81
 
82
 
83
  ### Framework versions