Commit
·
4a5213e
1
Parent(s):
65ab098
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language: mr
|
4 |
+
datasets:
|
5 |
+
- L3Cube-MahaCorpus
|
6 |
+
---
|
7 |
+
|
8 |
+
## MahaFT
|
9 |
+
MahaFT is a Marathi fast text embedding model. It is a fast text model trained on L3Cube-MahaCorpus and other publicly available Marathi monolingual datasets. <br>
|
10 |
+
[dataset link] (https://github.com/l3cube-pune/MarathiNLP)
|
11 |
+
|
12 |
+
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2202.01159)
|
13 |
+
|
14 |
+
```
|
15 |
+
@inproceedings{joshi-2022-l3cube,
|
16 |
+
title = "{L}3{C}ube-{M}aha{C}orpus and {M}aha{BERT}: {M}arathi Monolingual Corpus, {M}arathi {BERT} Language Models, and Resources",
|
17 |
+
author = "Joshi, Raviraj",
|
18 |
+
booktitle = "Proceedings of the WILDRE-6 Workshop within the 13th Language Resources and Evaluation Conference",
|
19 |
+
month = jun,
|
20 |
+
year = "2022",
|
21 |
+
address = "Marseille, France",
|
22 |
+
publisher = "European Language Resources Association",
|
23 |
+
url = "https://aclanthology.org/2022.wildre-1.17",
|
24 |
+
pages = "97--101",
|
25 |
+
}
|
26 |
+
```
|