fmmolina commited on
Commit
cfb9ce4
1 Parent(s): 43eaac3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -20,7 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  # bert-base-spanish-wwm-uncased-finetuned-NER-medical
22
 
23
- This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an unknown dataset.
 
 
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.6433
26
  - Precision: 0.8297
 
20
 
21
  # bert-base-spanish-wwm-uncased-finetuned-NER-medical
22
 
23
+ This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an adaptation of eHealth-KD Challenge 2020 dataset (filtered only for the task of NER). The dataset annotations for NER are ['Concept', 'Action', 'Predicate', 'Reference'].
24
+
25
+
26
  It achieves the following results on the evaluation set:
27
  - Loss: 0.6433
28
  - Precision: 0.8297