liveinsoccer
commited on
Commit
•
299cb59
1
Parent(s):
cbcd74d
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 |
|
@@ -45,27 +45,22 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
-
| 1.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.095 | 11.0 | 1320 | 0.8608 | 0.8244 | 0.8282 |
|
65 |
-
| 0.0849 | 12.0 | 1440 | 0.8891 | 0.8168 | 0.8176 |
|
66 |
-
| 0.0719 | 13.0 | 1560 | 0.9622 | 0.7977 | 0.8101 |
|
67 |
-
| 0.0644 | 14.0 | 1680 | 0.9314 | 0.8168 | 0.8209 |
|
68 |
-
| 0.0525 | 15.0 | 1800 | 0.9416 | 0.8130 | 0.8172 |
|
69 |
|
70 |
|
71 |
### 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.7609
|
22 |
+
- Accuracy: 0.8321
|
23 |
+
- F1: 0.8279
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 10
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
54 |
+
| 1.2028 | 1.0 | 120 | 0.9207 | 0.7137 | 0.6561 |
|
55 |
+
| 0.8459 | 2.0 | 240 | 0.7827 | 0.7443 | 0.7268 |
|
56 |
+
| 0.685 | 3.0 | 360 | 0.6843 | 0.7901 | 0.7792 |
|
57 |
+
| 0.5474 | 4.0 | 480 | 0.6593 | 0.8015 | 0.8075 |
|
58 |
+
| 0.4037 | 5.0 | 600 | 0.6393 | 0.8244 | 0.8211 |
|
59 |
+
| 0.3282 | 6.0 | 720 | 0.6804 | 0.8015 | 0.8060 |
|
60 |
+
| 0.2728 | 7.0 | 840 | 0.6991 | 0.8321 | 0.8289 |
|
61 |
+
| 0.1979 | 8.0 | 960 | 0.7389 | 0.8206 | 0.8196 |
|
62 |
+
| 0.1795 | 9.0 | 1080 | 0.7615 | 0.8244 | 0.8231 |
|
63 |
+
| 0.1676 | 10.0 | 1200 | 0.7609 | 0.8321 | 0.8279 |
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|