Shushant commited on
Commit
8da8e78
1 Parent(s): 98be0c2

update Readme

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -47,4 +47,27 @@ from pprint import pprint pprint(fill_mask(f"तिमीलाई कस्त
47
 
48
  ## Data Description
49
  Trained on about 4.6 GB of Nepali text corpus collected from various sources
50
- These data were collected from nepali news site, OSCAR nepali corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
  ## Data Description
49
  Trained on about 4.6 GB of Nepali text corpus collected from various sources
50
+ These data were collected from nepali news site, OSCAR nepali corpus
51
+
52
+
53
+ # Paper and CItation Details
54
+ If you are interested to read the implementation details of this language model, you can read the full paper here.
55
+ https://www.researchgate.net/publication/375019515_NepaliBERT_Pre-training_of_Masked_Language_Model_in_Nepali_Corpus
56
+
57
+ ## Plain Text
58
+ S. Pudasaini, S. Shakya, A. Tamang, S. Adhikari, S. Thapa and S. Lamichhane, "NepaliBERT: Pre-training of Masked Language Model in Nepali Corpus," 2023 7th International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC), Kirtipur, Nepal, 2023, pp. 325-330, doi: 10.1109/I-SMAC58438.2023.10290690.
59
+
60
+ ## Bibtex
61
+
62
+ @INPROCEEDINGS{10290690,
63
+ author={Pudasaini, Shushanta and Shakya, Subarna and Tamang, Aakash and Adhikari, Sajjan and Thapa, Sunil and Lamichhane, Sagar},
64
+ booktitle={2023 7th International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC)},
65
+ title={NepaliBERT: Pre-training of Masked Language Model in Nepali Corpus},
66
+ year={2023},
67
+ volume={},
68
+ number={},
69
+ pages={325-330},
70
+ doi={10.1109/I-SMAC58438.2023.10290690}}
71
+
72
+
73
+