ऑफकॉम्बर

सन्दर्भ:

ऑफकॉम्बर-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' 1033
  • विशेषताएँ :
{
    "label": {
        "num_classes": 2,
        "names": [
            "no",
            "yes"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}