jpherrerap
commited on
Commit
·
55cf5a8
1
Parent(s):
10cb031
update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
model-index:
|
5 |
- name: ner-bert-base-spanish-wwm-uncased
|
6 |
results: []
|
@@ -11,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# ner-bert-base-spanish-wwm-uncased
|
13 |
|
14 |
-
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
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 1.
|
17 |
- Body Part Precision: 0.0
|
18 |
- Body Part Recall: 0.0
|
19 |
- Body Part F1: 0.0
|
@@ -37,7 +41,7 @@ It achieves the following results on the evaluation set:
|
|
37 |
- Overall Precision: 0.0
|
38 |
- Overall Recall: 0.0
|
39 |
- Overall F1: 0.0
|
40 |
-
- Overall Accuracy: 0.
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- es
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- jpherrerap/competencia2
|
8 |
model-index:
|
9 |
- name: ner-bert-base-spanish-wwm-uncased
|
10 |
results: []
|
|
|
15 |
|
16 |
# ner-bert-base-spanish-wwm-uncased
|
17 |
|
18 |
+
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 jpherrerap/competencia2 dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.5112
|
21 |
- Body Part Precision: 0.0
|
22 |
- Body Part Recall: 0.0
|
23 |
- Body Part F1: 0.0
|
|
|
41 |
- Overall Precision: 0.0
|
42 |
- Overall Recall: 0.0
|
43 |
- Overall F1: 0.0
|
44 |
+
- Overall Accuracy: 0.6713
|
45 |
|
46 |
## Model description
|
47 |
|