janrodriguez
commited on
Commit
•
a55a820
1
Parent(s):
7e18128
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
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 [MedProcNER](https://doi.org/10.5281/zenodo.8224056) corpus.
|
11 |
+
|
12 |
+
# Citation
|
13 |
+
Please cite the following works:
|
14 |
+
|
15 |
+
```
|
16 |
+
@dataset{salvador_lima_lopez_2023_8224056,
|
17 |
+
author = {Salvador Lima López and
|
18 |
+
Eulàlia Farré Maduell and
|
19 |
+
Luis Gascó Sánchez and
|
20 |
+
Martin Krallinger},
|
21 |
+
title = {{MedProcNER Corpus: Gold Standard annotations for
|
22 |
+
Clinical Procedures Information Extraction}},
|
23 |
+
month = aug,
|
24 |
+
year = 2023,
|
25 |
+
publisher = {Zenodo},
|
26 |
+
doi = {10.5281/zenodo.8224056},
|
27 |
+
url = {https://doi.org/10.5281/zenodo.8224056}
|
28 |
+
}
|
29 |
+
```
|
30 |
+
|
31 |
+
# Contacting authors
|
32 |
+
jan.rodriguez [at] bsc.es
|
33 |
+
|
34 |
+
## More information on data, usage, limitations, and performance metrics soon
|