File size: 648 Bytes
d946c18 58d75ff |
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 |
---
license: apache-2.0
language:
- en
- de
task_categories:
- translation
tags:
- text
size_categories:
- 100K<n<1M
---
# English–German Translation Dataset
## Overview
This dataset is designed for **machine translation tasks** between **English** and **German**.
It contains parallel text pairs where each English sentence corresponds to its German translation.
The dataset is provided in the **Hugging Face `DatasetDict` format** with a single split (`train`).
## Dataset Structure
DatasetDict({
train: Dataset({
features: ['Unnamed: 0', 'ENGLISH', 'GERMAN'],
num_rows: 152820
})
}) |