อ้างอิง:
นอกคอมบ์-2
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:
ds = tfds.load('huggingface:offcombr/offcombr-2')
- คำอธิบาย :
OffComBR: an annotated dataset containing for hate speech detection in Portuguese composed of news comments on the Brazilian Web.
- ใบอนุญาต : ไม่ทราบ
- เวอร์ชัน : 1.0.0
- แยก :
แยก | ตัวอย่าง |
---|---|
'train' | 1250 |
- คุณสมบัติ :
{
"label": {
"num_classes": 2,
"names": [
"no",
"yes"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
นอกคอมบ์-3
ใช้คำสั่งต่อไปนี้เพื่อโหลดชุดข้อมูลนี้ใน TFDS:
ds = tfds.load('huggingface:offcombr/offcombr-3')
- คำอธิบาย :
OffComBR: an annotated dataset containing for hate speech detection in Portuguese composed of news comments on the Brazilian Web.
- ใบอนุญาต : ไม่ทราบ
- เวอร์ชัน : 1.0.0
- แยก :
แยก | ตัวอย่าง |
---|---|
'train' | 1,033 |
- คุณสมบัติ :
{
"label": {
"num_classes": 2,
"names": [
"no",
"yes"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}