Datasets:
File size: 1,281 Bytes
05ae9fa 592b84f 05ae9fa a4d50cc 05ae9fa a4d50cc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
---
dataset_info:
features:
- name: src_lang
dtype:
class_label:
names:
'0': eng_Latn
'1': ben_Beng
'2': guj_Gujr
'3': hin_Deva
'4': kan_Knda
'5': mal_Mlym
'6': mar_Deva
'7': tam_Taml
'8': tel_Telu
- name: tgt_lang
dtype:
class_label:
names:
'0': eng_Latn
'1': ben_Beng
'2': guj_Gujr
'3': hin_Deva
'4': kan_Knda
'5': mal_Mlym
'6': mar_Deva
'7': tam_Taml
'8': tel_Telu
- name: src_text
dtype: string
- name: tgt_text
dtype: string
- name: score
dtype: float64
splits:
- name: train
num_bytes: 1698080949
num_examples: 3990964
download_size: 817154884
dataset_size: 1698080949
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
task_categories:
- translation
language:
- bn
- hi
- ta
- te
- mr
- ml
- kn
- gu
size_categories:
- 1M<n<10M
---
A curated subset of [Bharat Parallel Corpus Collection](https://bpcc.ai4bharat.org/) (BPCC) for 8 Indian languages.
Translation pairs are filtered with LABSE score(>0.9) and further preprocessed.
Useful for training high-quality translation models. |