File size: 572 Bytes
87be740 |
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 |
---
dataset_info:
features:
- name: id
dtype: string
- name: translation
struct:
- name: en
dtype: string
- name: fr
dtype: string
splits:
- name: train
num_bytes: 4818542
num_examples: 82226
- name: val
num_bytes: 592139
num_examples: 10278
- name: test
num_bytes: 603625
num_examples: 10278
download_size: 3187398
dataset_size: 6014306
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
---
|