VanessaSchenkel/opus_books_en_pt
收藏Hugging Face2022-08-06 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/VanessaSchenkel/opus_books_en_pt
下载链接
链接失效反馈官方服务:
资源简介:
---
annotations_creators:
- found
language:
- en
- pt
language_creators:
- found
license:
- afl-3.0
multilinguality:
- translation
pretty_name: VanessaSchenkel/opus_books_en_pt
size_categories:
- 1K<n<10K
source_datasets:
- extended|opus_books
tags: []
task_categories:
- translation
task_ids: []
---
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
})
})
```
Exemple:
```
remote_dataset["train"][5]
```
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': 'Não havia nada de tão extraordinário nisso; nem Alice achou assim tão fora do normal ouvir o Coelho dizer para si mesmo: —"Oh, céus!'}}
```
提供机构:
VanessaSchenkel
原始信息汇总
数据集概述
基本信息
- 名称: VanessaSchenkel/opus_books_en_pt
- 语言: 英语(en)、葡萄牙语(pt)
- 许可证: AFL-3.0
- 多语言性: 翻译
数据集特征
- 大小: 1K<n<10K
- 来源数据集: 扩展自 opus_books
- 任务类别: 翻译
数据集结构
- 数据集类型: DatasetDict
- 训练集:
- 特征: [id, translation]
- 行数: 1404
示例数据
- 样本:
- 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: Não havia nada de tão extraordinário nisso; nem Alice achou assim tão fora do normal ouvir o Coelho dizer para si mesmo: —"Oh, céus!



