offcombr

منابع:

offcombr-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"
    }
}

offcombr-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' 1033
  • امکانات :
{
    "label": {
        "num_classes": 2,
        "names": [
            "no",
            "yes"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}