তথ্যসূত্র:
TFDS এ এই ডেটাসেট লোড করতে নিম্নলিখিত কমান্ডটি ব্যবহার করুন:
ds = tfds.load('huggingface:kor_hate')
- বর্ণনা :
Human-annotated Korean corpus collected from a popular domestic entertainment news aggregation platform
for toxic speech detection. Comments are annotated for gender bias, social bias and hate speech.
- লাইসেন্স : ক্রিয়েটিভ কমন্স
- সংস্করণ : 1.1.0
- বিভাজন :
বিভক্ত | উদাহরণ |
---|---|
'test' | 471 |
'train' | 7896 |
- বৈশিষ্ট্য :
{
"comments": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"contain_gender_bias": {
"num_classes": 2,
"names": [
"False",
"True"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"bias": {
"num_classes": 3,
"names": [
"none",
"gender",
"others"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"hate": {
"num_classes": 3,
"names": [
"hate",
"offensive",
"none"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}