gokuls commited on
Commit
28484b9
1 Parent(s): 15bb72d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -20
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.6936274509803921
27
  - name: F1
28
  type: f1
29
- value: 0.8085758039816232
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
  # hBERTv2_mrpc
36
 
37
- This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2](https://huggingface.co/gokuls/bert_12_layer_model_v2) on the GLUE MRPC dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.5772
40
- - Accuracy: 0.6936
41
- - F1: 0.8086
42
- - Combined Score: 0.7511
43
 
44
  ## Model description
45
 
@@ -70,16 +68,16 @@ 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.6388 | 1.0 | 15 | 0.6838 | 0.7480 | 0.8122 | 0.6297 |
76
- | 0.612 | 2.0 | 30 | 0.6887 | 0.7511 | 0.8135 | 0.6315 |
77
- | 0.5725 | 3.0 | 45 | 0.6936 | 0.7511 | 0.8086 | 0.5772 |
78
- | 0.512 | 4.0 | 60 | 0.6261 | 0.7010 | 0.8152 | 0.7581 |
79
- | 0.3924 | 5.0 | 75 | 0.6433 | 0.7279 | 0.8195 | 0.7737 |
80
- | 0.2592 | 6.0 | 90 | 0.7531 | 0.6863 | 0.7594 | 0.7228 |
81
- | 0.1689 | 7.0 | 105 | 0.7904 | 0.7377 | 0.8158 | 0.7768 |
82
- | 0.1292 | 8.0 | 120 | 0.9954 | 0.7623 | 0.8381 | 0.8002 |
83
 
84
 
85
  ### 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.7622549019607843
25
  - name: F1
26
  type: f1
27
+ value: 0.8380634390651085
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  # hBERTv2_mrpc
34
 
35
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2](https://huggingface.co/gokuls/bert_12_layer_model_v2) on the glue dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.9954
38
+ - Accuracy: 0.7623
39
+ - F1: 0.8381
40
+ - Combined Score: 0.8002
41
 
42
  ## Model description
43
 
 
68
 
69
  ### Training results
70
 
71
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
72
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------------:|
73
+ | 0.6388 | 1.0 | 15 | 0.6297 | 0.6838 | 0.8122 | 0.7480 |
74
+ | 0.612 | 2.0 | 30 | 0.6315 | 0.6887 | 0.8135 | 0.7511 |
75
+ | 0.5725 | 3.0 | 45 | 0.5772 | 0.6936 | 0.8086 | 0.7511 |
76
+ | 0.512 | 4.0 | 60 | 0.6261 | 0.7010 | 0.8152 | 0.7581 |
77
+ | 0.3924 | 5.0 | 75 | 0.6433 | 0.7279 | 0.8195 | 0.7737 |
78
+ | 0.2592 | 6.0 | 90 | 0.7531 | 0.6863 | 0.7594 | 0.7228 |
79
+ | 0.1689 | 7.0 | 105 | 0.7904 | 0.7377 | 0.8158 | 0.7768 |
80
+ | 0.1292 | 8.0 | 120 | 0.9954 | 0.7623 | 0.8381 | 0.8002 |
81
 
82
 
83
  ### Framework versions