liveinsoccer
commited on
training completed
Browse files
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.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
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.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
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
|