julien-c HF staff commited on
Commit
e1ecd42
1 Parent(s): e53d90f

Migrate model card from transformers-repo

Browse files

Read announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/cimm-kzn/enrudr-bert/README.md

Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ - en
5
+ ---
6
+ ## EnRuDR-BERT
7
+
8
+ EnRuDR-BERT - Multilingual, Cased, which pretrained on the raw part of the RuDReC corpus (1.4M reviews) and english collection of consumer comments on drug administration from [2]. Pre-training was based on the [original BERT code](https://github.com/google-research/bert) provided by Google. In particular, Multi-BERT was for used for initialization; vocabulary of Russian subtokens and parameters are the same as in Multi-BERT. Training details are described in our paper. \
9
+ link: https://yadi.sk/d/-PTn0xhk1PqvgQ
10
+
11
+
12
+ ## Citing & Authors
13
+
14
+ If you find this repository helpful, feel free to cite our publication:
15
+
16
+ [1] Tutubalina E, Alimova I, Miftahutdinov Z, et al. The Russian Drug Reaction Corpus and Neural Models for Drug Reactions and Effectiveness Detection in User Reviews.//Bioinformatics. - 2020.
17
+
18
+ preprint: https://arxiv.org/abs/2004.03659
19
+ ```
20
+ @article{10.1093/bioinformatics/btaa675,
21
+ author = {Tutubalina, Elena and Alimova, Ilseyar and Miftahutdinov, Zulfat and Sakhovskiy, Andrey and Malykh, Valentin and Nikolenko, Sergey},
22
+ title = "{The Russian Drug Reaction Corpus and Neural Models for Drug Reactions and Effectiveness Detection in User Reviews}",
23
+ journal = {Bioinformatics},
24
+ year = {2020},
25
+ month = {07},
26
+ issn = {1367-4803},
27
+ doi = {10.1093/bioinformatics/btaa675},
28
+ url = {https://doi.org/10.1093/bioinformatics/btaa675},
29
+ note = {btaa675},
30
+ eprint = {https://academic.oup.com/bioinformatics/advance-article-pdf/doi/10.1093/bioinformatics/btaa675/33539752/btaa675.pdf},
31
+ }
32
+ ```
33
+ [2] Tutubalina, EV and Miftahutdinov, Z Sh and Nugmanov, RI and Madzhidov, TI and Nikolenko, SI and Alimova, IS and Tropsha, AE Using semantic analysis of texts for the identification of drugs with similar therapeutic effects.//Russian Chemical Bulletin. – 2017. – Т. 66. – №. 11. – С. 2180-2189.
34
+ [link to paper](https://www.researchgate.net/profile/Elena_Tutubalina/publication/323751823_Using_semantic_analysis_of_texts_for_the_identification_of_drugs_with_similar_therapeutic_effects/links/5bf7cfc3299bf1a0202cbc1f/Using-semantic-analysis-of-texts-for-the-identification-of-drugs-with-similar-therapeutic-effects.pdf)
35
+ ```
36
+ @article{tutubalina2017using,
37
+ title={Using semantic analysis of texts for the identification of drugs with similar therapeutic effects},
38
+ author={Tutubalina, EV and Miftahutdinov, Z Sh and Nugmanov, RI and Madzhidov, TI and Nikolenko, SI and Alimova, IS and Tropsha, AE},
39
+ journal={Russian Chemical Bulletin},
40
+ volume={66},
41
+ number={11},
42
+ pages={2180--2189},
43
+ year={2017},
44
+ publisher={Springer}
45
+ }
46
+ ```