lcampillos commited on
Commit
7012200
1 Parent(s): 616ae20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -40,6 +40,18 @@ This model adapts the pre-trained model [bsc-bio-ehr-es](https://huggingface.co/
40
  It is fine-tuned to conduct medical named entity recognition on Spanish texts about clinical trials.
41
  The model is fine-tuned on the [NUBEs corpus (Lima et al. 2020)](https://aclanthology.org/2020.lrec-1.708/) and on the [CT-EBM-ES corpus (Campillos-Llanos et al. 2021)](https://bmcmedinformdecismak.biomedcentral.com/articles/10.1186/s12911-021-01395-z).
42
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ## Intended uses & limitations
44
 
45
  **Disclosure**: *This model is under development and needs to be improved. It should not be used for medical decision making without human assistance and supervision*
 
40
  It is fine-tuned to conduct medical named entity recognition on Spanish texts about clinical trials.
41
  The model is fine-tuned on the [NUBEs corpus (Lima et al. 2020)](https://aclanthology.org/2020.lrec-1.708/) and on the [CT-EBM-ES corpus (Campillos-Llanos et al. 2021)](https://bmcmedinformdecismak.biomedcentral.com/articles/10.1186/s12911-021-01395-z).
42
 
43
+ If you use this model, please, cite as follows:
44
+
45
+ ```
46
+ @article{campillosetal2024,
47
+         title = {{Hybrid tool for semantic annotation and concept extraction of medical texts in Spanish}},
48
+         author = {Campillos-Llanos, Leonardo and Valverde-Mateos, Ana and Capllonch-Carri{\'o}n, Adri{\'a}n},
49
+         journal = {BMC Bioinformatics},
50
+ year={2024},
51
+ publisher={BioMed Central}
52
+ }
53
+ ```
54
+
55
  ## Intended uses & limitations
56
 
57
  **Disclosure**: *This model is under development and needs to be improved. It should not be used for medical decision making without human assistance and supervision*