gokuls commited on
Commit
3257ce6
1 Parent(s): 56836e5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -24
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- language:
3
- - en
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -15,7 +13,7 @@ model-index:
15
  name: Text Classification
16
  type: text-classification
17
  dataset:
18
- name: GLUE MRPC
19
  type: glue
20
  config: mrpc
21
  split: validation
@@ -23,10 +21,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.6862745098039216
27
  - name: F1
28
  type: f1
29
- value: 0.7999999999999999
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,12 +32,12 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  # hBERTv1_mrpc
36
 
37
- This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1](https://huggingface.co/gokuls/bert_12_layer_model_v1) on the GLUE MRPC dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.6051
40
- - Accuracy: 0.6863
41
- - F1: 0.8000
42
- - Combined Score: 0.7431
43
 
44
  ## Model description
45
 
@@ -70,20 +68,20 @@ The following hyperparameters were used during training:
70
 
71
  ### Training results
72
 
73
- | Training Loss | Epoch | Step | Accuracy | Combined Score | F1 | Validation Loss |
74
- |:-------------:|:-----:|:----:|:--------:|:--------------:|:------:|:---------------:|
75
- | 0.6536 | 1.0 | 15 | 0.6838 | 0.7480 | 0.8122 | 0.6243 |
76
- | 0.6275 | 2.0 | 30 | 0.7010 | 0.7564 | 0.8117 | 0.6174 |
77
- | 0.6129 | 3.0 | 45 | 0.6961 | 0.7571 | 0.8182 | 0.6089 |
78
- | 0.6087 | 4.0 | 60 | 0.6887 | 0.7508 | 0.8130 | 0.6062 |
79
- | 0.5939 | 5.0 | 75 | 0.6863 | 0.7399 | 0.7935 | 0.6104 |
80
- | 0.5707 | 6.0 | 90 | 0.7083 | 0.7633 | 0.8183 | 0.6184 |
81
- | 0.5426 | 7.0 | 105 | 0.6863 | 0.7431 | 0.8000 | 0.6051 |
82
- | 0.4819 | 8.0 | 120 | 0.6560 | 0.6936 | 0.8019 | 0.7478 |
83
- | 0.4279 | 9.0 | 135 | 0.6673 | 0.6887 | 0.7678 | 0.7283 |
84
- | 0.3374 | 10.0 | 150 | 0.8092 | 0.6863 | 0.7902 | 0.7382 |
85
- | 0.2789 | 11.0 | 165 | 0.9342 | 0.6887 | 0.7935 | 0.7411 |
86
- | 0.2216 | 12.0 | 180 | 0.9708 | 0.6838 | 0.7810 | 0.7324 |
87
 
88
 
89
  ### Framework versions
 
1
  ---
 
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
 
13
  name: Text Classification
14
  type: text-classification
15
  dataset:
16
+ name: glue
17
  type: glue
18
  config: mrpc
19
  split: validation
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.6838235294117647
25
  - name: F1
26
  type: f1
27
+ value: 0.7809847198641766
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  # hBERTv1_mrpc
34
 
35
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1](https://huggingface.co/gokuls/bert_12_layer_model_v1) on the glue dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.9708
38
+ - Accuracy: 0.6838
39
+ - F1: 0.7810
40
+ - Combined Score: 0.7324
41
 
42
  ## Model description
43
 
 
68
 
69
  ### Training results
70
 
71
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
72
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------------:|
73
+ | 0.6536 | 1.0 | 15 | 0.6243 | 0.6838 | 0.8122 | 0.7480 |
74
+ | 0.6275 | 2.0 | 30 | 0.6174 | 0.7010 | 0.8117 | 0.7564 |
75
+ | 0.6129 | 3.0 | 45 | 0.6089 | 0.6961 | 0.8182 | 0.7571 |
76
+ | 0.6087 | 4.0 | 60 | 0.6062 | 0.6887 | 0.8130 | 0.7508 |
77
+ | 0.5939 | 5.0 | 75 | 0.6104 | 0.6863 | 0.7935 | 0.7399 |
78
+ | 0.5707 | 6.0 | 90 | 0.6184 | 0.7083 | 0.8183 | 0.7633 |
79
+ | 0.5426 | 7.0 | 105 | 0.6051 | 0.6863 | 0.8000 | 0.7431 |
80
+ | 0.4819 | 8.0 | 120 | 0.6560 | 0.6936 | 0.8019 | 0.7478 |
81
+ | 0.4279 | 9.0 | 135 | 0.6673 | 0.6887 | 0.7678 | 0.7283 |
82
+ | 0.3374 | 10.0 | 150 | 0.8092 | 0.6863 | 0.7902 | 0.7382 |
83
+ | 0.2789 | 11.0 | 165 | 0.9342 | 0.6887 | 0.7935 | 0.7411 |
84
+ | 0.2216 | 12.0 | 180 | 0.9708 | 0.6838 | 0.7810 | 0.7324 |
85
 
86
 
87
  ### Framework versions