End of training
Browse files- README.md +9 -9
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# distilbert-base-uncased-finetuned-ner
|
20 |
|
21 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
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,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
18 |
|
19 |
# distilbert-base-uncased-finetuned-ner
|
20 |
|
21 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1242
|
24 |
+
- Precision: 0.7628
|
25 |
+
- Recall: 0.7790
|
26 |
+
- F1: 0.7708
|
27 |
+
- Accuracy: 0.9658
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.0742 | 1.0 | 2531 | 0.1280 | 0.7336 | 0.7800 | 0.7561 | 0.9628 |
|
59 |
+
| 0.0628 | 2.0 | 5062 | 0.1235 | 0.7665 | 0.7686 | 0.7675 | 0.9656 |
|
60 |
+
| 0.0581 | 3.0 | 7593 | 0.1242 | 0.7628 | 0.7790 | 0.7708 | 0.9658 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265677538
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e851e305b6e9335edf731ecaa4921c0ee8865b426a9e6ae18aab9157a4444393
|
3 |
size 265677538
|