janrodriguez
commited on
Commit
•
cc46a06
1
Parent(s):
dfdc060
Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,27 @@ language:
|
|
4 |
- es
|
5 |
---
|
6 |
|
|
|
|
|
7 |
Model trained on [MEDDOCAN](https://zenodo.org/records/4279323).
|
8 |
|
|
|
9 |
Please cite the following works:
|
10 |
|
11 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
@dataset{marimon_2020_4279323,
|
13 |
author = {Marimon, Montserrat and
|
14 |
Gonzalez-Agirre, Aitor and
|
@@ -27,4 +43,6 @@ Please cite the following works:
|
|
27 |
doi = {10.5281/zenodo.4279323},
|
28 |
url = {https://doi.org/10.5281/zenodo.4279323}
|
29 |
}
|
30 |
-
```
|
|
|
|
|
|
4 |
- es
|
5 |
---
|
6 |
|
7 |
+
# Training data
|
8 |
+
|
9 |
Model trained on [MEDDOCAN](https://zenodo.org/records/4279323).
|
10 |
|
11 |
+
# Citation
|
12 |
Please cite the following works:
|
13 |
|
14 |
```
|
15 |
+
@misc{lima_lopez_2023_10171540,
|
16 |
+
author = {Lima-López, Salvador and
|
17 |
+
Farré-Maduell, Eulàlia and
|
18 |
+
Krallinger, Martin},
|
19 |
+
title = {{CARMEN-I: Clinical Entities Annotation Guidelines
|
20 |
+
in Spanish}},
|
21 |
+
month = nov,
|
22 |
+
year = 2023,
|
23 |
+
publisher = {Zenodo},
|
24 |
+
doi = {10.5281/zenodo.10171540},
|
25 |
+
url = {https://doi.org/10.5281/zenodo.10171540}
|
26 |
+
}
|
27 |
+
|
28 |
@dataset{marimon_2020_4279323,
|
29 |
author = {Marimon, Montserrat and
|
30 |
Gonzalez-Agirre, Aitor and
|
|
|
43 |
doi = {10.5281/zenodo.4279323},
|
44 |
url = {https://doi.org/10.5281/zenodo.4279323}
|
45 |
}
|
46 |
+
```
|
47 |
+
|
48 |
+
## More information on data, usage, limitations, and performance metrics soon
|