KeniBrandonGM commited on
Commit
644617e
1 Parent(s): dcb32f7

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.8765652951699464
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,11 +33,11 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  # distilroberta-base-mrpc-glue-GraciaK
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.5847
39
- - Accuracy: 0.8309
40
- - F1: 0.8766
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.5254 | 1.09 | 500 | 0.6612 | 0.8162 | 0.8700 |
72
- | 0.3644 | 2.18 | 1000 | 0.5847 | 0.8309 | 0.8766 |
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8406862745098039
26
  - name: F1
27
  type: f1
28
+ value: 0.8845470692717585
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # distilroberta-base-mrpc-glue-GraciaK
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.6596
39
+ - Accuracy: 0.8407
40
+ - F1: 0.8845
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.4802 | 1.09 | 500 | 0.5641 | 0.8505 | 0.8946 |
72
+ | 0.261 | 2.18 | 1000 | 0.6596 | 0.8407 | 0.8845 |
73
 
74
 
75
  ### Framework versions