--- language: - yat - en license: apache-2.0 tags: - translation datasets: - yambetta dataset_info: features: - name: translation struct: - name: en dtype: string - name: yat dtype: string splits: - name: train num_bytes: 2187840.1950107636 num_examples: 6317 - name: validation num_bytes: 273609.9024946182 num_examples: 790 - name: test num_bytes: 273609.9024946182 num_examples: 790 download_size: 1552240 dataset_size: 2735060.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* --- # yambetta-en Translation Dataset ## Dataset Description This is a parallel corpus for machine translation between Yambetta and en. The dataset contains aligned sentences from the yambetta Bible text corpus. - **Languages**: Yambetta (yat) → en - **Dataset Type**: Parallel Corpus - **Size**: 7897 parallel sentences - **Source**: Yambetta Bible text corpus - **License**: Apache 2.0 ## Dataset Structure - Format: Parallel text pairs - Fields: - source_text: Yambetta text - target_text: en translation - Splits: - Train: 80% - Validation: 10% - Test: 10% ## Usage ```python from datasets import load_dataset dataset = load_dataset("DS4H-ICTU/yat-en-translation") ``` ## Citation ``` @misc{yambetta_en_translation, title = {yambetta-en Translation Dataset}, author = {NDE HURICH DILAN}, year = 2024, publisher = Hugging Face } ``` ## Contact For more information: ndedilan504@gmail.com