domischwimmbeck
commited on
Commit
·
b2e430c
1
Parent(s):
5a6a00c
update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -42,24 +42,26 @@ More information needed
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
-
- learning_rate:
|
46 |
-
- train_batch_size:
|
47 |
-
- eval_batch_size:
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 |
|
58 |
-
| No log | 2.0 |
|
59 |
-
| No log | 3.0 |
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0651
|
23 |
+
- Precision: 0.5643
|
24 |
+
- Recall: 0.8464
|
25 |
+
- F1: 0.6771
|
26 |
+
- Accuracy: 0.9847
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 2e-05
|
46 |
+
- train_batch_size: 8
|
47 |
+
- eval_batch_size: 8
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 8
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 160 | 0.0566 | 0.5288 | 0.8536 | 0.6530 | 0.9809 |
|
58 |
+
| No log | 2.0 | 320 | 0.0385 | 0.7811 | 0.8286 | 0.8042 | 0.9917 |
|
59 |
+
| No log | 3.0 | 480 | 0.0380 | 0.7867 | 0.8429 | 0.8138 | 0.9920 |
|
60 |
+
| 0.0599 | 4.0 | 640 | 0.0473 | 0.7476 | 0.8464 | 0.7940 | 0.9907 |
|
61 |
+
| 0.0599 | 5.0 | 800 | 0.0566 | 0.5939 | 0.8357 | 0.6944 | 0.9861 |
|
62 |
+
| 0.0599 | 6.0 | 960 | 0.0562 | 0.6466 | 0.8429 | 0.7318 | 0.9878 |
|
63 |
+
| 0.0162 | 7.0 | 1120 | 0.0575 | 0.6364 | 0.85 | 0.7278 | 0.9876 |
|
64 |
+
| 0.0162 | 8.0 | 1280 | 0.0651 | 0.5643 | 0.8464 | 0.6771 | 0.9847 |
|
65 |
|
66 |
|
67 |
### Framework versions
|