Model save
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [pczarnik/herbert-base-ner](https://huggingface.co/pczarnik/herbert-base-ner) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,19 +48,20 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
57 |
-
| No log | 1.0 | 81 | 0.
|
58 |
-
| No log | 2.0 | 162 | 0.
|
59 |
-
| No log | 3.0 | 243 | 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [pczarnik/herbert-base-ner](https://huggingface.co/pczarnik/herbert-base-ner) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0006
|
24 |
+
- Precision: 0.9999
|
25 |
+
- Recall: 0.9999
|
26 |
+
- F1: 0.9999
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 8
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
57 |
+
| No log | 1.0 | 81 | 0.0013 | 0.9998 | 0.9998 | 0.9998 |
|
58 |
+
| No log | 2.0 | 162 | 0.0006 | 0.9999 | 0.9999 | 0.9999 |
|
59 |
+
| No log | 3.0 | 243 | 0.0006 | 0.9999 | 0.9999 | 0.9999 |
|
60 |
+
| 0.0225 | 4.0 | 324 | 0.0006 | 0.9999 | 0.9999 | 0.9999 |
|
61 |
+
| 0.0225 | 5.0 | 405 | 0.0006 | 0.9999 | 0.9999 | 0.9999 |
|
62 |
+
| 0.0225 | 6.0 | 486 | 0.0005 | 0.9999 | 0.9999 | 0.9999 |
|
63 |
+
| 0.0225 | 7.0 | 567 | 0.0005 | 0.9999 | 0.9999 | 0.9999 |
|
64 |
+
| 0.0002 | 8.0 | 648 | 0.0006 | 0.9999 | 0.9999 | 0.9999 |
|
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 495447884
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ada2dbc5f31a0fa849f80e991e3e688a37caf302bb4b4e67baa3285d2682bd5
|
3 |
size 495447884
|
runs/Apr25_22-19-23_laptop-Micha.local/events.out.tfevents.1745612364.laptop-Micha.local.41583.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54081dda8af1acf95a8cc570b1bbbbcf016297b72e0dc680020c5ff7f5176b2b
|
3 |
+
size 9466
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3852acccc004f4dda505b94b657dac7d7f2852f37a527f06a55dc492f533d5b2
|
3 |
size 5368
|