End of training
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [dbmdz/bert-base-german-uncased](https://huggingface.co/dbmdz/bert-base-german-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [dbmdz/bert-base-german-uncased](https://huggingface.co/dbmdz/bert-base-german-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5959
|
21 |
+
- F1: 0.4516
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.6742 | 1.0 | 189 | 0.6543 | 0.0 |
|
53 |
+
| 0.6716 | 2.0 | 378 | 0.6124 | 0.0571 |
|
54 |
+
| 0.6364 | 3.0 | 567 | 0.6232 | 0.0556 |
|
55 |
+
| 0.6251 | 4.0 | 756 | 0.6286 | 0.2 |
|
56 |
+
| 0.6361 | 5.0 | 945 | 0.5809 | 0.3529 |
|
57 |
+
| 0.5249 | 6.0 | 1134 | 0.6455 | 0.3404 |
|
58 |
+
| 0.5637 | 7.0 | 1323 | 0.5644 | 0.4444 |
|
59 |
+
| 0.4638 | 8.0 | 1512 | 0.5942 | 0.4333 |
|
60 |
+
| 0.4961 | 9.0 | 1701 | 0.5980 | 0.4333 |
|
61 |
+
| 0.4892 | 10.0 | 1890 | 0.5959 | 0.4516 |
|
62 |
|
63 |
|
64 |
### Framework versions
|