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"
    }
}