StivenLancheros commited on
Commit
acca2f5
1 Parent(s): d821a82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # roberta-base-biomedical-clinical-es-finetuned-ner-CRAFT
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 None dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.1720
23
  - Precision: 0.8253
@@ -27,7 +27,8 @@ It achieves the following results on the evaluation set:
27
 
28
  ## Model description
29
 
30
- More information needed
 
31
 
32
  ## Intended uses & limitations
33
 
 
17
 
18
  # roberta-base-biomedical-clinical-es-finetuned-ner-CRAFT
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.1720
23
  - Precision: 0.8253
 
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 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