lcampillos commited on
Commit
3a34d81
1 Parent(s): 3fb0dcd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -40,6 +40,19 @@ 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 [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 [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
+
56
  ## Intended uses & limitations
57
 
58
  **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*