hausa_voa_topics

مراجع:

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:hausa_voa_topics')
  • الوصف :
A collection of news article headlines in Hausa from VOA Hausa.
Each headline is labeled with one of the following classes: Nigeria,
Africa, World, Health or Politics.

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' 582
'train' 2045
'validation' 290
  • الميزات :
{
    "news_title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 5,
        "names": [
            "Africa",
            "Health",
            "Nigeria",
            "Politics",
            "World"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}