Training complete
Browse files
README.md
CHANGED
@@ -11,8 +11,6 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner
|
13 |
results: []
|
14 |
-
datasets:
|
15 |
-
- tner/conll2003
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -22,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
22 |
|
23 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
-
- Loss: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
-
- Accuracy: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -57,14 +55,14 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
-
- Transformers 4.
|
68 |
-
- Pytorch 2.
|
69 |
-
- Datasets 2.
|
70 |
-
- Tokenizers 0.
|
|
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0605
|
24 |
+
- Precision: 0.9341
|
25 |
+
- Recall: 0.9495
|
26 |
+
- F1: 0.9417
|
27 |
+
- Accuracy: 0.9863
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.0745 | 1.0 | 1756 | 0.0688 | 0.9081 | 0.9300 | 0.9189 | 0.9812 |
|
59 |
+
| 0.0361 | 2.0 | 3512 | 0.0606 | 0.9336 | 0.9472 | 0.9404 | 0.9855 |
|
60 |
+
| 0.0231 | 3.0 | 5268 | 0.0605 | 0.9341 | 0.9495 | 0.9417 | 0.9863 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.40.0
|
66 |
+
- Pytorch 2.2.1+cu121
|
67 |
+
- Datasets 2.19.0
|
68 |
+
- Tokenizers 0.19.1
|