aishwaryamirashi
commited on
Commit
•
aa2a608
1
Parent(s):
571cb5a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- mr
|
5 |
+
---
|
6 |
+
|
7 |
+
## MahaBERT
|
8 |
+
MahaBERT is a Marathi BERT model. It is a monolingual BERT (l3cube-pune/marathi-bert-v2) model fine-tuned on L3Cube-MahaNews [dataset link] (https://github.com/l3cube-pune/MarathiNLP/tree/main/L3Cube-MahaNews)
|
9 |
+
More details on the dataset, models, and baseline results can be found in our [<a href='https://arxiv.org/abs/2401.02254'> paper </a>]
|
10 |
+
|
11 |
+
Citing:
|
12 |
+
```
|
13 |
+
@article{mirashi2024l3cube,
|
14 |
+
title={L3Cube-IndicNews: News-based Short Text and Long Document Classification Datasets in Indic Languages},
|
15 |
+
author={Mirashi, Aishwarya and Sonavane, Srushti and Lingayat, Purva and Padhiyar, Tejas and Joshi, Raviraj},
|
16 |
+
journal={arXiv preprint arXiv:2401.02254},
|
17 |
+
year={2024}
|
18 |
+
}
|
19 |
+
```
|
20 |
+
|
21 |
+
Other Monolingual Indic BERT models are listed below: <br>
|
22 |
+
<a href='https://huggingface.co/l3cube-pune/marathi-bert-v2'> Marathi BERT </a> <br>
|
23 |
+
<a href='https://huggingface.co/l3cube-pune/marathi-roberta'> Marathi RoBERTa </a> <br>
|
24 |
+
<a href='https://huggingface.co/l3cube-pune/marathi-albert'> Marathi AlBERT </a> <br>
|
25 |
+
|
26 |
+
<a href='https://huggingface.co/l3cube-pune/hindi-bert-v2'> Hindi BERT </a> <br>
|
27 |
+
<a href='https://huggingface.co/l3cube-pune/hindi-roberta'> Hindi RoBERTa </a> <br>
|
28 |
+
<a href='https://huggingface.co/l3cube-pune/hindi-albert'> Hindi AlBERT </a> <br>
|
29 |
+
|
30 |
+
<a href='https://huggingface.co/l3cube-pune/hindi-marathi-dev-bert'> Dev BERT </a> <br>
|
31 |
+
<a href='https://huggingface.co/l3cube-pune/hindi-marathi-dev-roberta'> Dev RoBERTa </a> <br>
|
32 |
+
<a href='https://huggingface.co/l3cube-pune/hindi-marathi-dev-albert'> Dev AlBERT </a> <br>
|
33 |
+
|
34 |
+
<a href='https://huggingface.co/l3cube-pune/kannada-bert'> Kannada BERT </a> <br>
|
35 |
+
<a href='https://huggingface.co/l3cube-pune/telugu-bert'> Telugu BERT </a> <br>
|
36 |
+
<a href='https://huggingface.co/l3cube-pune/malayalam-bert'> Malayalam BERT </a> <br>
|
37 |
+
<a href='https://huggingface.co/l3cube-pune/tamil-bert'> Tamil BERT </a> <br>
|
38 |
+
<a href='https://huggingface.co/l3cube-pune/gujarati-bert'> Gujarati BERT </a> <br>
|
39 |
+
<a href='https://huggingface.co/l3cube-pune/odia-bert'> Oriya BERT </a> <br>
|
40 |
+
<a href='https://huggingface.co/l3cube-pune/bengali-bert'> Bengali BERT </a> <br>
|
41 |
+
<a href='https://huggingface.co/l3cube-pune/punjabi-bert'> Punjabi BERT </a> <br>
|
42 |
+
<a href='https://huggingface.co/l3cube-pune/assamese-bert'> Assamese BERT </a> <br>
|