তথ্যসূত্র:
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:hate_offensive')
- বর্ণনা :
This dataset contains annotated tweets for automated hate-speech recognition
- লাইসেন্স : কোনো পরিচিত লাইসেন্স নেই
- সংস্করণ : 1.1.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'train' | 24783 |
- বৈশিষ্ট্য :
{
"total_annotation_count": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"hate_speech_annotations": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"offensive_language_annotations": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"neither_annotations": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 3,
"names": [
"hate-speech",
"offensive-language",
"neither"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"tweet": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}