urdu_fake_news

مراجع:

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

ds = tfds.load('huggingface:urdu_fake_news')
  • الوصف :
Urdu fake news datasets that contain news of 5 different news domains.
These domains are Sports, Health, Technology, Entertainment, and Business.
The real news are collected by combining manual approaches.
  • الترخيص : لا يوجد ترخيص معروف
  • الإصدار : 1.0.0
  • الانقسامات :
انشق، مزق أمثلة
'test' 262
'train' 638
  • الميزات :
{
    "news": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 2,
        "names": [
            "Fake",
            "Real"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "category": {
        "num_classes": 5,
        "names": [
            "bus",
            "hlth",
            "sp",
            "tch",
            "sbz"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}