l3cube-pune commited on
Commit
af7a89e
1 Parent(s): 667d85e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - mr
4
+ - en
5
+ - multilingual
6
+ license: cc-by-4.0
7
+ tags:
8
+ - mr
9
+ - en
10
+ - codemix
11
+ datasets:
12
+ - L3Cube-MeCorpus
13
+ ---
14
+
15
+ ## MeBERT
16
+ MeBERT is a Marathi-English code-mixed BERT model trained on Roman text. It is a base BERT model fine-tuned on L3Cube-MeCorpus.
17
+ <br>
18
+ [dataset link] (https://github.com/l3cube-pune/MarathiNLP)
19
+
20
+ More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2306.14030)
21
+
22
+ Other models from MeBERT family: <br>
23
+ <a href="https://huggingface.co/l3cube-pune/me-bert"> MeBERT </a> <br>
24
+ <a href="https://huggingface.co/l3cube-pune/me-roberta"> MeRoBERTa </a> <br>
25
+
26
+ <a href="https://huggingface.co/l3cube-pune/me-bert-mixed"> MeBERT-Mixed </a> <br>
27
+ <a href="https://huggingface.co/l3cube-pune/me-bert-mixed-v2"> MeBERT-Mixed-v2 </a> <br>
28
+ <a href="https://huggingface.co/l3cube-pune/me-roberta-mixed"> MeRoBERTa-Mixed </a> <br>
29
+
30
+ <a href="https://huggingface.co/l3cube-pune/me-lid-roberta"> MeLID-RoBERTa </a> <br>
31
+ <a href="https://huggingface.co/l3cube-pune/me-hate-roberta"> MeHate-RoBERTa </a> <br>
32
+ <a href="https://huggingface.co/l3cube-pune/me-sent-roberta"> MeSent-RoBERTa </a> <br>
33
+ <a href="https://huggingface.co/l3cube-pune/me-hate-bert"> MeHate-BERT </a> <br>
34
+ <a href="https://huggingface.co/l3cube-pune/me-lid-bert"> MeLID-BERT </a> <br>
35
+
36
+
37
+ Citing:
38
+ ```
39
+ @article{chavan2023my,
40
+ title={My Boli: Code-mixed Marathi-English Corpora, Pretrained Language Models and Evaluation Benchmarks},
41
+ author={Chavan, Tanmay and Gokhale, Omkar and Kane, Aditya and Patankar, Shantanu and Joshi, Raviraj},
42
+ journal={arXiv preprint arXiv:2306.14030},
43
+ year={2023}
44
+ }
45
+ ```