Tài liệu tham khảo:
Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:
ds = tfds.load('huggingface:yoruba_bbc_topics')
- Sự miêu tả :
A collection of news article headlines in Yoruba from BBC Yoruba.
Each headline is labeled with one of the following classes: africa,
entertainment, health, nigeria, politics, sport or world.
The dataset was presented in the paper:
Hedderich, Adelani, Zhu, Alabi, Markus, Klakow: Transfer Learning and
Distant Supervision for Multilingual Transformer Models: A Study on
African Languages (EMNLP 2020).
- Giấy phép : Không có giấy phép được biết đến
- Phiên bản : 0.0.0
- Chia tách :
Tách ra | Ví dụ |
---|---|
'test' | 379 |
'train' | 1340 |
'validation' | 189 |
- Đặc trưng :
{
"news_title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 7,
"names": [
"africa",
"entertainment",
"health",
"nigeria",
"politics",
"sport",
"world"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"date": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"bbc_url_id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}