Training in progress, epoch 1
Browse files- README.md +14 -13
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -18,13 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# ner_model
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,12 +56,12 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log | 0 | 0 |
|
59 |
-
| No log | 1.0 | 5 | 0.
|
60 |
-
| No log | 2.0 | 10 | 0.
|
61 |
-
| No log | 3.0 | 15 | 0.
|
62 |
-
| No log | 4.0 | 20 | 0.
|
63 |
-
| No log | 5.0 | 25 | 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: mschiesser/ner-bert-german
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
|
|
19 |
|
20 |
# ner_model
|
21 |
|
22 |
+
This model is a fine-tuned version of [mschiesser/ner-bert-german](https://huggingface.co/mschiesser/ner-bert-german) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.3068
|
25 |
+
- Precision: 0.1571
|
26 |
+
- Recall: 0.0256
|
27 |
+
- F1: 0.044
|
28 |
+
- Accuracy: 0.9302
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| No log | 0 | 0 | 2.1684 | 0.0102 | 0.0140 | 0.0118 | 0.0235 |
|
60 |
+
| No log | 1.0 | 5 | 0.4341 | 0.0 | 0.0 | 0.0 | 0.9205 |
|
61 |
+
| No log | 2.0 | 10 | 0.3826 | 0.1061 | 0.0163 | 0.0282 | 0.9261 |
|
62 |
+
| No log | 3.0 | 15 | 0.3359 | 0.1406 | 0.0209 | 0.0364 | 0.9294 |
|
63 |
+
| No log | 4.0 | 20 | 0.3159 | 0.1618 | 0.0256 | 0.0442 | 0.9298 |
|
64 |
+
| No log | 5.0 | 25 | 0.3068 | 0.1571 | 0.0256 | 0.044 | 0.9302 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 709102436
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:697462b03767480ea9ec816edc042ca0ffb059cdc540b1d22b7ff660d5626713
|
3 |
size 709102436
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffe8be95f5c47cac35314c2fb2db88348cf4b3ebf585124498131876da9b1779
|
3 |
size 5176
|