クリックベイト_ニュース_bg

参照:

次のコマンドを使用して、このデータセットをTFDSにロードします。

ds = tfds.load('huggingface:clickbait_news_bg')
  • 説明
Dataset with clickbait and fake news in Bulgarian. Introduced for the Hack the Fake News 2017.
  • ライセンス:既知のライセンスはありません
  • バージョン:1.1.0
  • 分割
スプリット
'train' 2815
'validation' 761
  • 特徴
{
    "fake_news_score": {
        "num_classes": 2,
        "names": [
            "legitimate",
            "fake"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "click_bait_score": {
        "num_classes": 2,
        "names": [
            "normal",
            "clickbait"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "content_title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "content_url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "content_published_time": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "content": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}