eormeno12 commited on
Commit
eaf5213
1 Parent(s): 144bc08

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8308823529411765
26
  - name: F1
27
  type: f1
28
- value: 0.8840336134453781
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.8504
39
- - Accuracy: 0.8309
40
- - F1: 0.8840
41
 
42
  ## Model description
43
 
@@ -68,9 +68,9 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.5345 | 1.09 | 500 | 0.5828 | 0.7941 | 0.8542 |
72
- | 0.3113 | 2.18 | 1000 | 0.6342 | 0.8260 | 0.8752 |
73
- | 0.1483 | 3.27 | 1500 | 0.8504 | 0.8309 | 0.8840 |
74
 
75
 
76
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8529411764705882
26
  - name: F1
27
  type: f1
28
+ value: 0.8986486486486487
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.5972
39
+ - Accuracy: 0.8529
40
+ - F1: 0.8986
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.5624 | 1.09 | 500 | 0.4727 | 0.7990 | 0.8591 |
72
+ | 0.4063 | 2.18 | 1000 | 0.4414 | 0.8627 | 0.9 |
73
+ | 0.2612 | 3.27 | 1500 | 0.5972 | 0.8529 | 0.8986 |
74
 
75
 
76
  ### Framework versions