jovanlopez32 commited on
Commit
56f8ffa
1 Parent(s): 2436af2

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.8357843137254902
27
  - name: F1
28
  type: f1
29
- value: 0.8797127468581688
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.5963
40
- - Accuracy: 0.8358
41
- - F1: 0.8797
42
 
43
  ## Model description
44
 
@@ -69,8 +69,8 @@ The following hyperparameters were used during training:
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 0.5284 | 1.09 | 500 | 0.5300 | 0.8162 | 0.8718 |
73
- | 0.3603 | 2.18 | 1000 | 0.5963 | 0.8358 | 0.8797 |
74
 
75
 
76
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.8431372549019608
27
  - name: F1
28
  type: f1
29
+ value: 0.8848920863309353
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.5501
40
+ - Accuracy: 0.8431
41
+ - F1: 0.8849
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.5252 | 1.09 | 500 | 0.7413 | 0.8137 | 0.8762 |
73
+ | 0.3498 | 2.18 | 1000 | 0.5501 | 0.8431 | 0.8849 |
74
 
75
 
76
  ### Framework versions