rkrstacic commited on
Commit
3dfbd4d
1 Parent(s): 2812e12

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
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 [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5015
23
- - Precision: 0.625
24
- - Recall: 0.5
25
- - F1: 0.5556
26
- - Accuracy: 0.8202
27
 
28
  ## Model description
29
 
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 1 | 1.6651 | 0.0 | 0.0 | 0.0 | 0.2584 |
58
- | No log | 2.0 | 2 | 1.1847 | 0.1818 | 0.1 | 0.1290 | 0.6517 |
59
- | No log | 3.0 | 3 | 0.9826 | 0.5556 | 0.25 | 0.3448 | 0.6966 |
60
- | No log | 4.0 | 4 | 0.8535 | 0.5556 | 0.25 | 0.3448 | 0.6966 |
61
- | No log | 5.0 | 5 | 0.7485 | 0.7 | 0.35 | 0.4667 | 0.7303 |
62
- | No log | 6.0 | 6 | 0.6552 | 0.5833 | 0.35 | 0.4375 | 0.7528 |
63
- | No log | 7.0 | 7 | 0.5839 | 0.5 | 0.35 | 0.4118 | 0.7753 |
64
- | No log | 8.0 | 8 | 0.5431 | 0.6429 | 0.45 | 0.5294 | 0.7978 |
65
- | No log | 9.0 | 9 | 0.5158 | 0.625 | 0.5 | 0.5556 | 0.8202 |
66
- | No log | 10.0 | 10 | 0.5015 | 0.625 | 0.5 | 0.5556 | 0.8202 |
67
 
68
 
69
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.0970
23
+ - Precision: 0.95
24
+ - Recall: 0.95
25
+ - F1: 0.9500
26
+ - Accuracy: 0.9888
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 1 | 1.0813 | 0.3077 | 0.2 | 0.2424 | 0.6404 |
58
+ | No log | 2.0 | 2 | 0.7296 | 0.4783 | 0.55 | 0.5116 | 0.7191 |
59
+ | No log | 3.0 | 3 | 0.5097 | 0.6111 | 0.55 | 0.5789 | 0.8090 |
60
+ | No log | 4.0 | 4 | 0.3683 | 0.7059 | 0.6 | 0.6486 | 0.8652 |
61
+ | No log | 5.0 | 5 | 0.2926 | 0.75 | 0.6 | 0.6667 | 0.8539 |
62
+ | No log | 6.0 | 6 | 0.2268 | 0.7647 | 0.65 | 0.7027 | 0.8764 |
63
+ | No log | 7.0 | 7 | 0.1699 | 0.7778 | 0.7 | 0.7368 | 0.9101 |
64
+ | No log | 8.0 | 8 | 0.1273 | 0.8 | 0.8 | 0.8000 | 0.9438 |
65
+ | No log | 9.0 | 9 | 0.1061 | 0.95 | 0.95 | 0.9500 | 0.9888 |
66
+ | No log | 10.0 | 10 | 0.0970 | 0.95 | 0.95 | 0.9500 | 0.9888 |
67
 
68
 
69
  ### Framework versions