NER Training
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- F1 Score: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0514
|
20 |
+
- F1 Score: 0.9505
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 Score |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
+
| 0.1174 | 1.0 | 1534 | 0.0913 | 0.8434 |
|
52 |
+
| 0.0605 | 2.0 | 3068 | 0.0632 | 0.8953 |
|
53 |
+
| 0.0394 | 3.0 | 4602 | 0.0514 | 0.9170 |
|
54 |
+
| 0.0205 | 4.0 | 6136 | 0.0508 | 0.9291 |
|
55 |
+
| 0.0133 | 5.0 | 7670 | 0.0484 | 0.9378 |
|
56 |
+
| 0.0066 | 6.0 | 9204 | 0.0500 | 0.9419 |
|
57 |
+
| 0.0046 | 7.0 | 10738 | 0.0502 | 0.9475 |
|
58 |
+
| 0.002 | 8.0 | 12272 | 0.0503 | 0.9487 |
|
59 |
+
| 0.0023 | 9.0 | 13806 | 0.0509 | 0.9492 |
|
60 |
+
| 0.0011 | 10.0 | 15340 | 0.0514 | 0.9505 |
|
61 |
|
62 |
|
63 |
### Framework versions
|