liveinsoccer commited on
Commit
5a9a1a5
·
verified ·
1 Parent(s): e0a5875

training completed

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0669
22
- - Accuracy: 0.9855
23
- - F1: 0.9855
24
 
25
  ## Model description
26
 
@@ -51,11 +51,11 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
- | 0.402 | 1.0 | 1076 | 0.1036 | 0.9710 | 0.9705 |
55
- | 0.1002 | 2.0 | 2152 | 0.0758 | 0.9779 | 0.9775 |
56
- | 0.0517 | 3.0 | 3228 | 0.0839 | 0.9779 | 0.9780 |
57
- | 0.0363 | 4.0 | 4304 | 0.0718 | 0.9855 | 0.9855 |
58
- | 0.0307 | 5.0 | 5380 | 0.0669 | 0.9855 | 0.9855 |
59
 
60
 
61
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0568
22
+ - Accuracy: 0.9872
23
+ - F1: 0.9872
24
 
25
  ## Model description
26
 
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | 0.2501 | 1.0 | 1076 | 0.0491 | 0.9864 | 0.9862 |
55
+ | 0.0672 | 2.0 | 2152 | 0.0581 | 0.9864 | 0.9863 |
56
+ | 0.0446 | 3.0 | 3228 | 0.0635 | 0.9779 | 0.9780 |
57
+ | 0.03 | 4.0 | 4304 | 0.0566 | 0.9881 | 0.9880 |
58
+ | 0.0273 | 5.0 | 5380 | 0.0568 | 0.9872 | 0.9872 |
59
 
60
 
61
  ### Framework versions