Stiven Lancheros
commited on
Commit
·
3e8fd15
1
Parent(s):
b83eaec
Update README.md
Browse files
README.md
CHANGED
@@ -8,16 +8,16 @@ metrics:
|
|
8 |
- f1
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
-
- name:
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
#
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.1750
|
23 |
- Precision: 0.8664
|
@@ -27,7 +27,8 @@ It achieves the following results on the evaluation set:
|
|
27 |
|
28 |
## Model description
|
29 |
|
30 |
-
|
|
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
@@ -37,7 +38,7 @@ More information needed
|
|
37 |
|
38 |
More information needed
|
39 |
|
40 |
-
|
41 |
|
42 |
### Training hyperparameters
|
43 |
|
|
|
8 |
- f1
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
+
- name: Roberta-base-biomedical-clinical-es-finetuned-ner-CRAFT_en_es
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# Roberta-base-biomedical-clinical-es-finetuned-ner-CRAFT_en_es
|
19 |
|
20 |
+
This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-biomedical-clinical-es](https://huggingface.co/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es) on the CRAFT dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.1750
|
23 |
- Precision: 0.8664
|
|
|
27 |
|
28 |
## Model description
|
29 |
|
30 |
+
This model performs Named Entity Recognition for 6 entity tags: Sequence, Cell, Protein, Gene, Taxon, and Chemical from the [CRAFT](https://github.com/UCDenver-ccp/CRAFT/releases)(Colorado Richly Annotated Full Text) Corpus in Spanish and English.
|
31 |
+
Entity tags have been normalized and replaced from the original three letter code to a full name e.g. B-Protein, I-Chemical.
|
32 |
|
33 |
## Intended uses & limitations
|
34 |
|
|
|
38 |
|
39 |
More information needed
|
40 |
|
41 |
+
|
42 |
|
43 |
### Training hyperparameters
|
44 |
|