Second training rerun on complete dataset
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [yhavinga/ul2-large-dutch](https://huggingface.co/yhavinga/ul2-large-dutch) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Top-5-accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -36,7 +36,7 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- learning_rate: 0.
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 16
|
42 |
- seed: 42
|
@@ -48,25 +48,25 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Top-5-accuracy |
|
50 |
|:-------------:|:------:|:----:|:---------------:|:--------------:|
|
51 |
-
|
|
52 |
-
|
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [yhavinga/ul2-large-dutch](https://huggingface.co/yhavinga/ul2-large-dutch) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 4.5684
|
20 |
+
- Top-5-accuracy: 0.1158
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.03
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 16
|
42 |
- seed: 42
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Top-5-accuracy |
|
50 |
|:-------------:|:------:|:----:|:---------------:|:--------------:|
|
51 |
+
| 7.7153 | 0.2577 | 200 | 5.3876 | 0.0 |
|
52 |
+
| 6.8602 | 0.5155 | 400 | 4.8652 | 0.0 |
|
53 |
+
| 6.3689 | 0.7732 | 600 | 4.6435 | 0.0 |
|
54 |
+
| 6.2303 | 1.0309 | 800 | 4.6293 | 0.0579 |
|
55 |
+
| 6.0898 | 1.2887 | 1000 | 4.6395 | 0.0289 |
|
56 |
+
| 6.0367 | 1.5464 | 1200 | 4.5855 | 0.0289 |
|
57 |
+
| 5.8512 | 1.8041 | 1400 | 4.5860 | 0.0579 |
|
58 |
+
| 5.9489 | 2.0619 | 1600 | 4.5672 | 0.0868 |
|
59 |
+
| 5.7601 | 2.3196 | 1800 | 4.5522 | 0.0579 |
|
60 |
+
| 5.7379 | 2.5773 | 2000 | 4.5572 | 0.0868 |
|
61 |
+
| 5.7397 | 2.8351 | 2200 | 4.5559 | 0.0579 |
|
62 |
+
| 5.7488 | 3.0928 | 2400 | 4.5769 | 0.1447 |
|
63 |
+
| 5.7581 | 3.3505 | 2600 | 4.5421 | 0.1158 |
|
64 |
+
| 5.6448 | 3.6082 | 2800 | 4.5174 | 0.1447 |
|
65 |
+
| 5.6551 | 3.8660 | 3000 | 4.5773 | 0.1158 |
|
66 |
+
| 5.6971 | 4.1237 | 3200 | 4.5495 | 0.0868 |
|
67 |
+
| 5.7085 | 4.3814 | 3400 | 4.5392 | 0.1447 |
|
68 |
+
| 5.6689 | 4.6392 | 3600 | 4.5707 | 0.1158 |
|
69 |
+
| 5.5422 | 4.8969 | 3800 | 4.5684 | 0.1158 |
|
70 |
|
71 |
|
72 |
### Framework versions
|