kietnt0603 commited on
Commit
c829c55
1 Parent(s): 1128053

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0013
21
- - Accuracy: 0.9999
22
- - F1 Macro: 0.9995
23
- - Precision Macro: 0.9999
24
- - Recall Macro: 0.999
25
 
26
  ## Model description
27
 
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro |
54
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|
55
- | 0.0096 | 1.0 | 8750 | 0.0011 | 0.9999 | 0.9995 | 0.9999 | 0.999 |
56
- | 0.0 | 2.0 | 17500 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
57
- | 0.0032 | 3.0 | 26250 | 0.0030 | 0.9997 | 0.9984 | 0.9998 | 0.997 |
58
- | 0.0 | 4.0 | 35000 | 0.0013 | 0.9999 | 0.9995 | 0.9999 | 0.999 |
59
- | 0.0 | 5.0 | 43750 | 0.0013 | 0.9999 | 0.9995 | 0.9999 | 0.999 |
60
 
61
 
62
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [FacebookAI/xlm-roberta-base](https://huggingface.co/FacebookAI/xlm-roberta-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0019
21
+ - Accuracy: 0.9998
22
+ - F1 Macro: 0.9994
23
+ - Precision Macro: 0.9994
24
+ - Recall Macro: 0.9994
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro |
54
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|
55
+ | 0.0026 | 1.0 | 9188 | 0.0044 | 0.9995 | 0.9986 | 0.9993 | 0.9979 |
56
+ | 0.0041 | 2.0 | 18376 | 0.0094 | 0.9990 | 0.9970 | 0.9946 | 0.9994 |
57
+ | 0.0001 | 3.0 | 27564 | 0.0050 | 0.9993 | 0.9981 | 0.9970 | 0.9992 |
58
+ | 0.0056 | 4.0 | 36752 | 0.0037 | 0.9995 | 0.9986 | 0.9980 | 0.9993 |
59
+ | 0.0 | 5.0 | 45940 | 0.0019 | 0.9998 | 0.9994 | 0.9994 | 0.9994 |
60
 
61
 
62
  ### Framework versions