lcampillos commited on
Commit
f0d4fd3
1 Parent(s): 381f332

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -44,6 +44,18 @@ This model adapts the pre-trained model [bsc-bio-ehr-es](https://huggingface.co/
44
  It is fine-tuned to conduct medical named entity recognition on Spanish texts about clinical trials.
45
  The model is fine-tuned on the [CT-EBM-ES corpus (Campillos-Llanos et al. 2021)](https://bmcmedinformdecismak.biomedcentral.com/articles/10.1186/s12911-021-01395-z).
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ## Intended uses & limitations
48
 
49
  **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*
 
44
  It is fine-tuned to conduct medical named entity recognition on Spanish texts about clinical trials.
45
  The model is fine-tuned on the [CT-EBM-ES corpus (Campillos-Llanos et al. 2021)](https://bmcmedinformdecismak.biomedcentral.com/articles/10.1186/s12911-021-01395-z).
46
 
47
+ If you use this model, please, cite as follows:
48
+
49
+ ```
50
+ @article{campillosetal2024,
51
+         title = {{Hybrid tool for semantic annotation and concept extraction of medical texts in Spanish}},
52
+         author = {Campillos-Llanos, Leonardo and Valverde-Mateos, Ana and Capllonch-Carri{\'o}n, Adri{\'a}n},
53
+         journal = {BMC Bioinformatics},
54
+ year={2024},
55
+ publisher={BioMed Central}
56
+ }
57
+ ```
58
+
59
  ## Intended uses & limitations
60
 
61
  **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*