सन्दर्भ:
इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:
ds = tfds.load('huggingface:cdt')
- विवरण :
The Cyberbullying Detection task was part of 2019 edition of PolEval competition. The goal is to predict if a given Twitter message contains a cyberbullying (harmful) content.
- लाइसेंस : बीएसडी 3-खंड
- संस्करण : 1.1.0
- विभाजन :
विभाजित करना | उदाहरण |
---|---|
'test' | 1000 |
'train' | 10041 |
- विशेषताएँ :
{
"sentence": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"target": {
"num_classes": 2,
"names": [
"0",
"1"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}