domischwimmbeck
commited on
Commit
·
050619a
1
Parent(s):
2522fcf
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 |
|
@@ -43,21 +43,20 @@ More information needed
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 2e-05
|
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 |
-
| 0.0585 | 4.0 | 640 | 0.0475 | 0.7476 | 0.8464 | 0.7940 | 0.9908 |
|
61 |
|
62 |
|
63 |
### 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.0381
|
23 |
+
- Precision: 0.7815
|
24 |
+
- Recall: 0.8429
|
25 |
+
- F1: 0.8110
|
26 |
+
- Accuracy: 0.9914
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 2e-05
|
46 |
+
- train_batch_size: 16
|
47 |
+
- eval_batch_size: 32
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 3
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 1.0 | 80 | 0.0443 | 0.7139 | 0.8464 | 0.7745 | 0.9889 |
|
58 |
+
| No log | 2.0 | 160 | 0.0396 | 0.7692 | 0.8571 | 0.8108 | 0.9912 |
|
59 |
+
| No log | 3.0 | 240 | 0.0381 | 0.7815 | 0.8429 | 0.8110 | 0.9914 |
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|