PuxAI commited on
Commit
81c4040
·
verified ·
1 Parent(s): 463fc29

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.0064
25
- - Accuracy: 0.9983
26
- - F1: 0.9983
27
- - Precision: 1.0
28
- - Recall: 0.9966
29
 
30
  ## Model description
31
 
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
- | 0.2087 | 1.0 | 506 | 0.0149 | 0.9972 | 0.9972 | 0.9955 | 0.9989 |
60
- | 0.0114 | 2.0 | 1012 | 0.0092 | 0.9978 | 0.9978 | 0.9989 | 0.9966 |
61
- | 0.0047 | 3.0 | 1518 | 0.0064 | 0.9983 | 0.9983 | 1.0 | 0.9966 |
62
 
63
 
64
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.1123
25
+ - Accuracy: 0.9583
26
+ - F1: 0.9763
27
+ - Precision: 0.9677
28
+ - Recall: 0.9851
29
 
30
  ## Model description
31
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | 0.1789 | 1.0 | 2015 | 0.1576 | 0.9384 | 0.9651 | 0.9571 | 0.9732 |
60
+ | 0.1207 | 2.0 | 4030 | 0.1198 | 0.9559 | 0.9750 | 0.9652 | 0.9850 |
61
+ | 0.0992 | 3.0 | 6045 | 0.1123 | 0.9583 | 0.9763 | 0.9677 | 0.9851 |
62
 
63
 
64
  ### Framework versions