Commit
·
ab0a365
1
Parent(s):
41867eb
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -9,4 +9,34 @@ language:
|
|
9 |
- bjn
|
10 |
- min
|
11 |
- sun
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- bjn
|
10 |
- min
|
11 |
- sun
|
12 |
+
---
|
13 |
+
|
14 |
+
|
15 |
+
KopI(Korpus Perayapan Indonesia)-NLLB, is Indonesian family language(aceh,bali,banjar,indonesia,jawa,minang,sunda) only extracted from NLLB Dataset, allenai/nllb
|
16 |
+
|
17 |
+
each language set also filtered using some some deduplicate technique such as exact hash(md5) dedup technique and minhash LSH neardup
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
+
## Dataset Usage
|
22 |
+
|
23 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
24 |
+
|
25 |
+
## Citation
|
26 |
+
|
27 |
+
```
|
28 |
+
|
29 |
+
Hefferman et al, Bitext Mining Using Distilled Sentence Representations for Low-Resource Languages. Arxiv https://arxiv.org/abs/2205.12654, 2022.
|
30 |
+
NLLB Team et al, No Language Left Behind: Scaling Human-Centered Machine Translation, Arxiv https://arxiv.org/abs/2207.04672, 2022.
|
31 |
+
|
32 |
+
```
|
33 |
+
|
34 |
+
## License
|
35 |
+
|
36 |
+
ODC_C
|
37 |
+
|
38 |
+
## Homepage
|
39 |
+
|
40 |
+
### NusaCatalogue
|
41 |
+
|
42 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|