Tahmid commited on
Commit
588ad14
1 Parent(s): fa60998

Updated citation

Browse files
Files changed (1) hide show
  1. README.md +18 -7
README.md CHANGED
@@ -40,13 +40,24 @@ print("\n" + "-" * 50)
40
 
41
  If you use this model, please cite the following paper:
42
  ```
43
- @misc{bhattacharjee2021banglabert,
44
- title={BanglaBERT: Combating Embedding Barrier in Multilingual Models for Low-Resource Language Understanding},
45
- author={Abhik Bhattacharjee and Tahmid Hasan and Kazi Samin and Md Saiful Islam and M. Sohel Rahman and Anindya Iqbal and Rifat Shahriyar},
46
- year={2021},
47
- eprint={2101.00204},
48
- archivePrefix={arXiv},
49
- primaryClass={cs.CL}
 
 
 
 
 
 
 
 
 
 
 
50
  }
51
  ```
52
 
 
40
 
41
  If you use this model, please cite the following paper:
42
  ```
43
+ @article{DBLP:journals/corr/abs-2101-00204,
44
+ author = {Abhik Bhattacharjee and
45
+ Tahmid Hasan and
46
+ Kazi Samin and
47
+ M. Sohel Rahman and
48
+ Anindya Iqbal and
49
+ Rifat Shahriyar},
50
+ title = {BanglaBERT: Combating Embedding Barrier for Low-Resource Language
51
+ Understanding},
52
+ journal = {CoRR},
53
+ volume = {abs/2101.00204},
54
+ year = {2021},
55
+ url = {https://arxiv.org/abs/2101.00204},
56
+ eprinttype = {arXiv},
57
+ eprint = {2101.00204},
58
+ timestamp = {Thu, 21 Jan 2021 14:42:30 +0100},
59
+ biburl = {https://dblp.org/rec/journals/corr/abs-2101-00204.bib},
60
+ bibsource = {dblp computer science bibliography, https://dblp.org}
61
  }
62
  ```
63