Training complete
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
-
base_model: bert-base-cased
|
3 |
license: apache-2.0
|
|
|
|
|
|
|
4 |
metrics:
|
5 |
- precision
|
6 |
- recall
|
7 |
- f1
|
8 |
- accuracy
|
9 |
-
tags:
|
10 |
-
- generated_from_trainer
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner4
|
13 |
results: []
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,16 +55,16 @@ 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 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
+
base_model: bert-base-cased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
|
|
|
|
11 |
model-index:
|
12 |
- name: bert-finetuned-ner4
|
13 |
results: []
|
|
|
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.1250
|
24 |
+
- Precision: 0.5977
|
25 |
+
- Recall: 0.7121
|
26 |
+
- F1: 0.6499
|
27 |
+
- Accuracy: 0.9640
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.2424 | 1.0 | 2489 | 0.2411 | 0.1538 | 0.3948 | 0.2214 | 0.9097 |
|
59 |
+
| 0.1952 | 2.0 | 4978 | 0.2152 | 0.2033 | 0.4518 | 0.2804 | 0.9223 |
|
60 |
+
| 0.1771 | 3.0 | 7467 | 0.1737 | 0.2826 | 0.4268 | 0.3401 | 0.9387 |
|
61 |
+
| 0.1404 | 4.0 | 9956 | 0.1531 | 0.3981 | 0.5237 | 0.4524 | 0.9479 |
|
62 |
+
| 0.126 | 5.0 | 12445 | 0.1395 | 0.4761 | 0.6188 | 0.5382 | 0.9542 |
|
63 |
+
| 0.1084 | 6.0 | 14934 | 0.1339 | 0.4772 | 0.6758 | 0.5594 | 0.9555 |
|
64 |
+
| 0.0981 | 7.0 | 17423 | 0.1353 | 0.5228 | 0.6861 | 0.5934 | 0.9591 |
|
65 |
+
| 0.0865 | 8.0 | 19912 | 0.1308 | 0.5924 | 0.6871 | 0.6363 | 0.9628 |
|
66 |
+
| 0.0826 | 9.0 | 22401 | 0.1250 | 0.5897 | 0.7126 | 0.6453 | 0.9630 |
|
67 |
+
| 0.0754 | 10.0 | 24890 | 0.1250 | 0.5977 | 0.7121 | 0.6499 | 0.9640 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
runs/Jul31_10-57-06_a036f72ba1ed/events.out.tfevents.1722426965.a036f72ba1ed.3098.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e89ba18ec327bd8712a4a384d629af553dc7bcaeebddc1cff18ccfe115f9ff8
|
3 |
+
size 569
|