مراجع:
استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:
ds = tfds.load('huggingface:yoruba_bbc_topics')
- وصف :
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).
- الترخيص : لا يوجد ترخيص معروف
- الإصدار : 0.0.0
- الإنشقاقات :
ينقسم | أمثلة |
---|---|
'test' | 379 |
'train' | 1340 |
'validation' | 189 |
- سمات :
{
"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"
}
}