--- language: - en - he pretty_name: "English-Hebrew Translation Dataset" tags: - translation - en-he - bilingual license: "cc-by-4.0" task_categories: - text2text-generation --- # English-Hebrew Translation Dataset This dataset contains parallel text in English (`en`) and Hebrew (`he`), useful for machine translation tasks. ## Dataset Information - **Languages**: English (`en`) and Hebrew (`he`) - **Number of Examples**: 25,228,938 - **Split**: Single split (`train`) ## Format Each entry has the following structure: ```json { "id": "0", "translation": { "en": "Hello", "he": "שלום" } }