rollerhafeezh-amikom commited on
Commit
8203958
1 Parent(s): 5febbfc

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.1130
24
- - Precision: 0.9419
25
- - Recall: 0.9533
26
- - F1: 0.9476
27
- - Accuracy: 0.9765
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.1281 | 1.0 | 6242 | 0.1079 | 0.9280 | 0.9363 | 0.9321 | 0.9721 |
59
- | 0.0883 | 2.0 | 12484 | 0.1069 | 0.9330 | 0.9496 | 0.9412 | 0.9746 |
60
- | 0.0431 | 3.0 | 18726 | 0.1130 | 0.9419 | 0.9533 | 0.9476 | 0.9765 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1614
24
+ - Precision: 0.9454
25
+ - Recall: 0.9534
26
+ - F1: 0.9494
27
+ - Accuracy: 0.9550
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.1526 | 1.0 | 6242 | 0.1463 | 0.9328 | 0.9483 | 0.9405 | 0.9526 |
59
+ | 0.0957 | 2.0 | 12484 | 0.1250 | 0.9420 | 0.9514 | 0.9467 | 0.9663 |
60
+ | 0.0889 | 3.0 | 18726 | 0.1614 | 0.9454 | 0.9534 | 0.9494 | 0.9550 |
61
 
62
 
63
  ### Framework versions