Datasets:
rumourscape
commited on
Commit
•
a4d50cc
1
Parent(s):
592b84f
Update README.md
Browse files
README.md
CHANGED
@@ -44,4 +44,22 @@ configs:
|
|
44 |
data_files:
|
45 |
- split: train
|
46 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
---
|
|
|
|
|
|
|
|
|
|
|
|
44 |
data_files:
|
45 |
- split: train
|
46 |
path: data/train-*
|
47 |
+
task_categories:
|
48 |
+
- translation
|
49 |
+
language:
|
50 |
+
- bn
|
51 |
+
- hi
|
52 |
+
- ta
|
53 |
+
- te
|
54 |
+
- mr
|
55 |
+
- ml
|
56 |
+
- kn
|
57 |
+
- gu
|
58 |
+
size_categories:
|
59 |
+
- 1M<n<10M
|
60 |
---
|
61 |
+
|
62 |
+
|
63 |
+
A curated subset of [Bharat Parallel Corpus Collection](https://bpcc.ai4bharat.org/) (BPCC) for 8 Indian languages.
|
64 |
+
Translation pairs are filtered with LABSE score(>0.9) and further preprocessed.
|
65 |
+
Useful for training high-quality translation models.
|