mosesdaudu/translation_dataset
Loading and Splitting Dataset To Various Languages In this example, I will show you how to load the dataset and split by language for your downstream task. >>> from datasets import load_dataset >>> # load dataset >>> dataset = load_dataset("mosesdaudu/translation_dataset") >>> dataset DatasetDict({ train: Dataset({ features: ['english_text', 'language', 'translated_text', 'split'], num_rows: 198084 }) test: Dataset({ features:… See the full description on the dataset page: https://huggingface.co/datasets/mosesdaudu/translation_dataset.
This repository belongs to mosesdaudu on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
