Jinchen commited on
Commit
e1e5758
1 Parent(s): ba40a99

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3411
23
- - Accuracy: 0.865
24
- - F1: 0.9046
25
 
26
  ## Model description
27
 
@@ -57,11 +57,11 @@ The following hyperparameters were used during training:
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
59
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
60
- | 0.4522 | 1.0 | 57 | 0.4265 | 0.8075 | 0.8666 |
61
- | 0.2951 | 2.0 | 114 | 0.3313 | 0.8625 | 0.9009 |
62
- | 0.3248 | 3.0 | 171 | 0.3604 | 0.855 | 0.9000 |
63
- | 0.1417 | 4.0 | 228 | 0.3411 | 0.865 | 0.9046 |
64
- | 0.1147 | 5.0 | 285 | 0.3359 | 0.865 | 0.9018 |
65
 
66
 
67
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.2891
23
+ - Accuracy: 0.8925
24
+ - F1: 0.9228
25
 
26
  ## Model description
27
 
 
57
 
58
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
59
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
60
+ | 0.5998 | 1.0 | 57 | 0.5425 | 0.74 | 0.8349 |
61
+ | 0.5058 | 2.0 | 114 | 0.3020 | 0.875 | 0.9084 |
62
+ | 0.3316 | 3.0 | 171 | 0.2891 | 0.8925 | 0.9228 |
63
+ | 0.1617 | 4.0 | 228 | 0.2937 | 0.8825 | 0.9138 |
64
+ | 0.3161 | 5.0 | 285 | 0.3193 | 0.8875 | 0.9171 |
65
 
66
 
67
  ### Framework versions