ghét_lời nói18

Người giới thiệu:

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:hate_speech18')
  • Mô tả :
These files contain text extracted from Stormfront, a white supremacist forum. A random set of 
forums posts have been sampled from several subforums and split into sentences. Those sentences 
have been manually labelled as containing hate speech or not, according to certain annotation guidelines.
  • Giấy phép : Không có giấy phép đã biết
  • Phiên bản : 0.0.0
  • Tách :
Tách ra Các ví dụ
'train' 10944
  • Các tính năng :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "user_id": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "subforum_id": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "num_contexts": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 4,
        "names": [
            "noHate",
            "hate",
            "idk/skip",
            "relation"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}