Alex MacLean commited on
Commit
d3e2bda
·
1 Parent(s): 8bbe582

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -19,11 +19,11 @@ 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 an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3620
23
- - Accuracy: 0.8379
24
- - F1: 0.6855
25
- - Precision: 0.6441
26
- - Recall: 0.7327
27
 
28
  ## Model description
29
 
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
- | 0.5408 | 1.0 | 50 | 0.5372 | 0.7588 | 0.0 | 0.0 | 0.0 |
59
- | 0.4065 | 2.0 | 100 | 0.3983 | 0.8154 | 0.4998 | 0.7215 | 0.3823 |
60
- | 0.3397 | 3.0 | 150 | 0.3620 | 0.8379 | 0.6855 | 0.6441 | 0.7327 |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.12.5
66
- - Pytorch 1.10.0+cu113
67
  - Datasets 1.16.1
68
  - Tokenizers 0.10.3
 
19
 
20
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.3854
23
+ - Accuracy: 0.8257
24
+ - F1: 0.6106
25
+ - Precision: 0.7338
26
+ - Recall: 0.5228
27
 
28
  ## Model description
29
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 0.5871 | 1.0 | 50 | 0.5541 | 0.7387 | 0.0 | 0.0 | 0.0 |
59
+ | 0.452 | 2.0 | 100 | 0.4134 | 0.8002 | 0.5681 | 0.6527 | 0.5030 |
60
+ | 0.3292 | 3.0 | 150 | 0.3854 | 0.8257 | 0.6106 | 0.7338 | 0.5228 |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.12.5
66
+ - Pytorch 1.10.0+cu111
67
  - Datasets 1.16.1
68
  - Tokenizers 0.10.3