janrodriguez
commited on
Commit
•
1002b1d
1
Parent(s):
aa4ba62
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
base_model: PlanTL-GOB-ES/bsc-bio-ehr-es
|
6 |
+
---
|
7 |
+
|
8 |
+
# Training data
|
9 |
+
|
10 |
+
Model trained on the human mentions of both [CARMEN-I](https://zenodo.org/records/10171540) and [LivingNER](https://doi.org/10.5281/zenodo.7684093).
|
11 |
+
|
12 |
+
# Citation
|
13 |
+
Please cite the following works:
|
14 |
+
|
15 |
+
```
|
16 |
+
@misc{lima_lopez_2023_10171540,
|
17 |
+
author = {Lima-López, Salvador and
|
18 |
+
Farré-Maduell, Eulàlia and
|
19 |
+
Krallinger, Martin},
|
20 |
+
title = {{CARMEN-I: Clinical Entities Annotation Guidelines
|
21 |
+
in Spanish}},
|
22 |
+
month = nov,
|
23 |
+
year = 2023,
|
24 |
+
publisher = {Zenodo},
|
25 |
+
doi = {10.5281/zenodo.10171540},
|
26 |
+
url = {https://doi.org/10.5281/zenodo.10171540}
|
27 |
+
}
|
28 |
+
|
29 |
+
@dataset{miranda_escalada_2023_7684093,
|
30 |
+
author = {Miranda-Escalada, Antonio and
|
31 |
+
Farré-Maduell, Eulàlia and
|
32 |
+
Lima-López, Salvador and
|
33 |
+
González Gacio, Gloria and
|
34 |
+
Krallinger, Martin},
|
35 |
+
title = {{LivingNER corpus: Named entity recognition,
|
36 |
+
normalization \& classification of species,
|
37 |
+
pathogens and food}},
|
38 |
+
month = feb,
|
39 |
+
year = 2023,
|
40 |
+
publisher = {Zenodo},
|
41 |
+
version = {6.3.1},
|
42 |
+
doi = {10.5281/zenodo.7684093},
|
43 |
+
url = {https://doi.org/10.5281/zenodo.7684093}
|
44 |
+
}
|
45 |
+
```
|
46 |
+
|
47 |
+
# Contacting authors
|
48 |
+
jan.rodriguez [at] bsc.es
|
49 |
+
|
50 |
+
## More information on data, usage, limitations, and performance metrics soon
|