Datasets:
File size: 1,054 Bytes
ed83a18 41dea0b ed83a18 41dea0b ed83a18 |
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 |
---
dataset_info:
- config_name: tam
features:
- name: native word
dtype: string
- name: english word
dtype: string
splits:
- name: train
num_bytes: 189446572
num_examples: 3230902
- name: valid
num_bytes: 405125
num_examples: 8824
- name: test
num_bytes: 512678
num_examples: 11499
download_size: 103185235
dataset_size: 190364375
- config_name: tel
features:
- name: native word
dtype: string
- name: english word
dtype: string
splits:
- name: train
num_bytes: 125668188
num_examples: 2429562
- name: valid
num_bytes: 327494
num_examples: 7681
- name: test
num_bytes: 433170
num_examples: 10260
download_size: 75120677
dataset_size: 126428852
configs:
- config_name: tam
data_files:
- split: train
path: tam/train-*
- split: valid
path: tam/valid-*
- split: test
path: tam/test-*
- config_name: tel
data_files:
- split: train
path: tel/train-*
- split: valid
path: tel/valid-*
- split: test
path: tel/test-*
---
|