l3cube-pune
commited on
Commit
·
41d60e5
1
Parent(s):
61f2ea4
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- hi
|
4 |
+
- en
|
5 |
+
- multilingual
|
6 |
+
license: cc-by-4.0
|
7 |
+
tags:
|
8 |
+
- hi
|
9 |
+
- en
|
10 |
+
- codemix
|
11 |
+
datasets:
|
12 |
+
- L3Cube-HingCorpus
|
13 |
+
---
|
14 |
+
|
15 |
+
## HingFT
|
16 |
+
HingFT is a Hindi-English code-mixed fast text embedding model trained on Roman + Devanagari text of L3Cube-HingCorpus.
|
17 |
+
<br>
|
18 |
+
[dataset link] (https://github.com/l3cube-pune/code-mixed-nlp)
|
19 |
+
|
20 |
+
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2204.08398)
|
21 |
+
|
22 |
+
### Citing:
|
23 |
+
```
|
24 |
+
@inproceedings{nayak-joshi-2022-l3cube,
|
25 |
+
title = "{L}3{C}ube-{H}ing{C}orpus and {H}ing{BERT}: A Code Mixed {H}indi-{E}nglish Dataset and {BERT} Language Models",
|
26 |
+
author = "Nayak, Ravindra and Joshi, Raviraj",
|
27 |
+
booktitle = "Proceedings of the WILDRE-6 Workshop within the 13th Language Resources and Evaluation Conference",
|
28 |
+
month = jun,
|
29 |
+
year = "2022",
|
30 |
+
address = "Marseille, France",
|
31 |
+
publisher = "European Language Resources Association",
|
32 |
+
url = "https://aclanthology.org/2022.wildre-1.2",
|
33 |
+
pages = "7--12",
|
34 |
+
}
|
35 |
+
```
|