l3cube-pune commited on
Commit
f8ba587
1 Parent(s): 4c20f54

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language: hi
4
+ ---
5
+
6
+ ## HindBERT
7
+ HindBERT is a Hindi BERT model. It is a multilingual BERT (google/muril-base-cased) model fine-tuned on publicly available Hindi monolingual datasets.
8
+ [project link] (https://github.com/l3cube-pune/MarathiNLP)
9
+
10
+ More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2202.01159)
11
+
12
+ ```
13
+ @InProceedings{joshi:2022:WILDRE6,
14
+ author = {Joshi, Raviraj},
15
+ title = {L3Cube-MahaCorpus and MahaBERT: Marathi Monolingual Corpus, Marathi BERT Language Models, and Resources},
16
+ booktitle = {Proceedings of The WILDRE-6 Workshop within the 13th Language Resources and Evaluation Conference},
17
+ month = {June},
18
+ year = {2022},
19
+ address = {Marseille, France},
20
+ publisher = {European Language Resources Association},
21
+ pages = {97--101}
22
+ }
23
+ ```