End of training
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ metrics:
|
|
11 |
- f1
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
-
- name: bert-base-spanish-wwm-uncased-finetuned-
|
15 |
results:
|
16 |
- task:
|
17 |
name: Token Classification
|
@@ -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 [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on the biobert_json 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,16 +79,16 @@ The following hyperparameters were used during training:
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
|
93 |
|
94 |
### Framework versions
|
|
|
11 |
- f1
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
+
- name: bert-base-spanish-wwm-uncased-finetuned-ner
|
15 |
results:
|
16 |
- task:
|
17 |
name: Token Classification
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.9499079600602444
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.9645426224865478
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.9571693552920016
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.977242282165256
|
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 [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on the biobert_json dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1255
|
48 |
+
- Precision: 0.9499
|
49 |
+
- Recall: 0.9645
|
50 |
+
- F1: 0.9572
|
51 |
+
- Accuracy: 0.9772
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.0412 | 1.0 | 612 | 0.1343 | 0.9401 | 0.9624 | 0.9512 | 0.9734 |
|
83 |
+
| 0.0632 | 2.0 | 1224 | 0.1082 | 0.9360 | 0.9654 | 0.9505 | 0.9746 |
|
84 |
+
| 0.0568 | 3.0 | 1836 | 0.1070 | 0.9469 | 0.9659 | 0.9563 | 0.9765 |
|
85 |
+
| 0.0486 | 4.0 | 2448 | 0.1104 | 0.9477 | 0.9669 | 0.9572 | 0.9771 |
|
86 |
+
| 0.0334 | 5.0 | 3060 | 0.1158 | 0.9425 | 0.9643 | 0.9533 | 0.9756 |
|
87 |
+
| 0.0311 | 6.0 | 3672 | 0.1238 | 0.9449 | 0.9644 | 0.9546 | 0.9753 |
|
88 |
+
| 0.0249 | 7.0 | 4284 | 0.1178 | 0.9473 | 0.9652 | 0.9561 | 0.9767 |
|
89 |
+
| 0.0245 | 8.0 | 4896 | 0.1244 | 0.9483 | 0.9656 | 0.9569 | 0.9772 |
|
90 |
+
| 0.0185 | 9.0 | 5508 | 0.1227 | 0.9492 | 0.9643 | 0.9567 | 0.9771 |
|
91 |
+
| 0.0165 | 10.0 | 6120 | 0.1255 | 0.9499 | 0.9645 | 0.9572 | 0.9772 |
|
92 |
|
93 |
|
94 |
### Framework versions
|
runs/Dec05_17-14-07_ed2b090b53d4/events.out.tfevents.1733419444.ed2b090b53d4.234.2
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:eb2cb8ac4881a9b12bd82744f79c9f3456b45c5308a1937ae536f121cca49811
|
3 |
+
size 14039
|