Datasets:
dataset_info: | |
features: | |
- name: text_en | |
dtype: string | |
- name: text_ar | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 37408246 | |
num_examples: 303402 | |
download_size: 19382320 | |
dataset_size: 37408246 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
task_categories: | |
- translation | |
language: | |
- ar | |
- en | |
## Dataset Details | |
English-to-Arabic Microsoft UI strings | |
### Dataset Structure | |
``` | |
Dataset({ | |
features: ['Source Term', 'Translation'], | |
num_rows: 310307 | |
}) | |
``` | |