Darius07 commited on
Commit
29e4c94
1 Parent(s): 480d285

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4303
21
- - Accuracy: 0.8357
22
 
23
  ## Model description
24
 
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:------:|:---------------:|:--------:|
52
- | 0.5345 | 1.0 | 12272 | 0.4765 | 0.8104 |
53
- | 0.4965 | 2.0 | 24544 | 0.4477 | 0.8253 |
54
- | 0.465 | 3.0 | 36816 | 0.5280 | 0.7819 |
55
- | 0.4634 | 4.0 | 49088 | 0.4431 | 0.8245 |
56
- | 0.436 | 5.0 | 61360 | 0.4211 | 0.8345 |
57
- | 0.4143 | 6.0 | 73632 | 0.4440 | 0.8341 |
58
- | 0.3907 | 7.0 | 85904 | 0.4335 | 0.8321 |
59
- | 0.3899 | 8.0 | 98176 | 0.4212 | 0.8402 |
60
- | 0.3752 | 9.0 | 110448 | 0.4315 | 0.8373 |
61
- | 0.3639 | 10.0 | 122720 | 0.4303 | 0.8357 |
62
 
63
 
64
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4363
21
+ - Accuracy: 0.8361
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:------:|:---------------:|:--------:|
52
+ | 0.5593 | 1.0 | 12272 | 0.5132 | 0.7960 |
53
+ | 0.5079 | 2.0 | 24544 | 0.4724 | 0.8116 |
54
+ | 0.4815 | 3.0 | 36816 | 0.5340 | 0.7900 |
55
+ | 0.4757 | 4.0 | 49088 | 0.4503 | 0.8233 |
56
+ | 0.4575 | 5.0 | 61360 | 0.4315 | 0.8321 |
57
+ | 0.4435 | 6.0 | 73632 | 0.4313 | 0.8369 |
58
+ | 0.4228 | 7.0 | 85904 | 0.4381 | 0.8309 |
59
+ | 0.4342 | 8.0 | 98176 | 0.4349 | 0.8365 |
60
+ | 0.4236 | 9.0 | 110448 | 0.4354 | 0.8373 |
61
+ | 0.4151 | 10.0 | 122720 | 0.4363 | 0.8361 |
62
 
63
 
64
  ### Framework versions