How to use it:
from datasets import load_dataset
remote_dataset = load_dataset("VanessaSchenkel/opus_books_en_pt", field="data")
remote_dataset
Output:
DatasetDict({
train: Dataset({
features: ['id', 'translation'],
num_rows: 1404
})
})
Output:
{'id': '5',
'translation': {'en': "There was nothing so very remarkable in that; nor did Alice think it so very much out of the way to hear the Rabbit say to itself, 'Oh dear!",
'pt':… See the full description on the dataset page:
https://huggingface.co/datasets/VanessaSchenkel/opus_books_en_pt.