newmanbb commited on
Commit
baf7082
1 Parent(s): b4eb97e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8333333333333334
26
  - name: F1
27
  type: f1
28
- value: 0.8736059479553903
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 [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.5090
39
- - Accuracy: 0.8333
40
- - F1: 0.8736
41
 
42
  ## Model description
43
 
@@ -68,8 +68,8 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.5502 | 1.09 | 500 | 0.5165 | 0.8235 | 0.8696 |
72
- | 0.3797 | 2.18 | 1000 | 0.5090 | 0.8333 | 0.8736 |
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8504901960784313
26
  - name: F1
27
  type: f1
28
+ value: 0.891651865008881
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 [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.5630
39
+ - Accuracy: 0.8505
40
+ - F1: 0.8917
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.5266 | 1.09 | 500 | 0.5928 | 0.8235 | 0.8741 |
72
+ | 0.3654 | 2.18 | 1000 | 0.5630 | 0.8505 | 0.8917 |
73
 
74
 
75
  ### Framework versions