joanllop commited on
Commit
a0d3ecf
1 Parent(s): 8173542

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -1,4 +1,37 @@
1
- Basic Spacy BioNER pipeline, with a RoBERTa-based model [bsc-bio-ehr-es] (https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) and a dataset, CANTEMIST, annotated with tumor morphology entities. For further information, check the [official website](https://temu.bsc.es/cantemist/). Visit our [GitHub repository](https://github.com/PlanTL-GOB-ES/lm-biomedical-clinical-es). This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  | Feature | Description |
4
  | --- | --- |
 
1
+ ---
2
+ tags:
3
+ - spacy
4
+ - token-classification
5
+
6
+ language:
7
+ - es
8
+
9
+ license: gpl-3.0
10
+
11
+ model-index:
12
+ - name: es_cantemist_ner_trf
13
+ results:
14
+ - task:
15
+ name: NER
16
+ type: token-classification
17
+ metrics:
18
+ - name: NER Precision
19
+ type: precision
20
+ value: 0.8487622923
21
+ - name: NER Recall
22
+ type: recall
23
+ value: 0.8416274378
24
+ - name: NER F Score
25
+ type: f_score
26
+ value: 0.8451798075
27
+
28
+ widget:
29
+ - text: "Se realizó una ecobroncoscopia lineal con toma de biopsia de adenopatía subcarinal ."
30
+ - text: "JUICIO DIAGNÓSTICO Encefalitis límbica y polineuropatía sensitiva paraneoplásicas secundarias a carcinoma microcítico de pulmón cTxN2 M0 (enfermedad limitada) ."
31
+
32
+ ---
33
+
34
+ Basic Spacy BioNER pipeline, with a RoBERTa-based model [bsc-bio-ehr-es] (https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) and a dataset, CANTEMIST, annotated with tumour morphology entities. For further information, check the [official website](https://temu.bsc.es/cantemist/). Visit our [GitHub repository](https://github.com/PlanTL-GOB-ES/lm-biomedical-clinical-es). This work was funded by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) within the framework of the Plan-TL
35
 
36
  | Feature | Description |
37
  | --- | --- |