Training complete
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [mschiesser/ner-bert-german](https://huggingface.co/mschiesser/ner-bert-german) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Precision:
|
25 |
-
- Recall:
|
26 |
-
- F1:
|
27 |
-
- Accuracy:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss
|
57 |
-
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [mschiesser/ner-bert-german](https://huggingface.co/mschiesser/ner-bert-german) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 119277683740048950636180406272.0000
|
24 |
+
- Precision: 0.0
|
25 |
+
- Recall: 0.0
|
26 |
+
- F1: 0.0
|
27 |
+
- Accuracy: 0.0554
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-----------------------------------:|:-----:|:------:|:-----------------------------------:|:---------:|:------:|:---:|:--------:|
|
58 |
+
| 119256740913612858296522244096.0000 | 1.0 | 37824 | 119277683740048950636180406272.0000 | 0.0 | 0.0 | 0.0 | 0.0554 |
|
59 |
+
| 119310513934069312076401082368.0000 | 2.0 | 75648 | 119277683740048950636180406272.0000 | 0.0 | 0.0 | 0.0 | 0.0554 |
|
60 |
+
| 119261634645330652545184432128.0000 | 3.0 | 113472 | 119277683740048950636180406272.0000 | 0.0 | 0.0 | 0.0 | 0.0554 |
|
61 |
|
62 |
|
63 |
### Framework versions
|