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.0669
|
22 |
+
- Accuracy: 0.9855
|
23 |
+
- F1: 0.9855
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
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
|