Alex MacLean commited on
Commit
1c239ce
1 Parent(s): 03b456e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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.3513
23
- - Accuracy: 0.8302
24
- - F1: 0.6443
25
- - Precision: 0.6511
26
- - Recall: 0.6376
27
 
28
  ## Model description
29
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
- | 0.5482 | 1.0 | 50 | 0.5338 | 0.7588 | 0.0 | 0.0 | 0.0 |
59
- | 0.4334 | 2.0 | 100 | 0.4012 | 0.8030 | 0.4478 | 0.6917 | 0.3311 |
60
- | 0.3444 | 3.0 | 150 | 0.3513 | 0.8302 | 0.6443 | 0.6511 | 0.6376 |
61
 
62
 
63
  ### Framework versions
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.3465
23
+ - Accuracy: 0.8473
24
+ - F1: 0.6835
25
+ - Precision: 0.6835
26
+ - Recall: 0.6835
27
 
28
  ## Model description
29
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 0.5312 | 1.0 | 50 | 0.5251 | 0.7591 | 0.0040 | 0.75 | 0.0020 |
59
+ | 0.4 | 2.0 | 100 | 0.4003 | 0.8200 | 0.5341 | 0.7113 | 0.4275 |
60
+ | 0.3355 | 3.0 | 150 | 0.3465 | 0.8473 | 0.6835 | 0.6835 | 0.6835 |
61
 
62
 
63
  ### Framework versions