End of training
Browse files
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
|
45 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
-
- Loss: 0.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
52 |
|
53 |
## Model description
|
54 |
|
@@ -79,10 +79,10 @@ The following hyperparameters were used during training:
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| No log | 1.0 | 439 | 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
|
87 |
|
88 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.9253070709306186
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.9354513927732409
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.9303515798842902
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9834305050280394
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.0619
|
48 |
+
- Precision: 0.9253
|
49 |
+
- Recall: 0.9355
|
50 |
+
- F1: 0.9304
|
51 |
+
- Accuracy: 0.9834
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| No log | 1.0 | 439 | 0.0877 | 0.8779 | 0.8955 | 0.8866 | 0.9754 |
|
83 |
+
| 0.2182 | 2.0 | 878 | 0.0626 | 0.9193 | 0.9299 | 0.9245 | 0.9820 |
|
84 |
+
| 0.0557 | 3.0 | 1317 | 0.0612 | 0.9252 | 0.9323 | 0.9287 | 0.9829 |
|
85 |
+
| 0.0346 | 4.0 | 1756 | 0.0619 | 0.9253 | 0.9355 | 0.9304 | 0.9834 |
|
86 |
|
87 |
|
88 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265491548
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e939a317e76d50534ab6111d1730805276aebeb2b9d1df5fc49e53f7a502ac6
|
3 |
size 265491548
|
runs/May21_07-57-16_4d25e24d3521/events.out.tfevents.1716278237.4d25e24d3521.34.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7011d1a9b380340679627c776261222e67092b4ea486155f8c291770846c3c6
|
3 |
+
size 7768
|
runs/May21_07-57-16_4d25e24d3521/events.out.tfevents.1716278617.4d25e24d3521.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4b46e641bd28785c277930d48ca989d095fdf4d9e9733d453c1cf1e87d036b0
|
3 |
+
size 560
|