सन्दर्भ:
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:hate_speech_offensive')
- विवरण :
An annotated dataset for hate speech and offensive language detection on tweets.
- लाइसेंस : एमआईटी
- संस्करण : 1.0.0
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'train' | 24783 |
- विशेषताएँ :
{
"count": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"hate_speech_count": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"offensive_language_count": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"neither_count": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"class": {
"num_classes": 3,
"names": [
"hate speech",
"offensive language",
"neither"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"tweet": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}