Keyurjotaniya007's picture
Update README.md
58d75ff verified
metadata
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
    
})

})