offenceval_dravidian

सन्दर्भ:

तमिल

इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:

ds = tfds.load('huggingface:offenseval_dravidian/tamil')
  • विवरण :
Offensive language identification in dravidian lanaguages dataset. The goal of this task is to identify offensive language content of the code-mixed dataset of comments/posts in Dravidian Languages ( (Tamil-English, Malayalam-English, and Kannada-English)) collected from social media.
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 4.0 अंतर्राष्ट्रीय लाइसेंस
  • संस्करण : 1.0.0
  • विभाजन :
विभाजित करना उदाहरण
'train' 35139
'validation' 4388
  • विशेषताएँ :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 6,
        "names": [
            "Not_offensive",
            "Offensive_Untargetede",
            "Offensive_Targeted_Insult_Individual",
            "Offensive_Targeted_Insult_Group",
            "Offensive_Targeted_Insult_Other",
            "not-Tamil"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}

मलयालम

इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:

ds = tfds.load('huggingface:offenseval_dravidian/malayalam')
  • विवरण :
Offensive language identification in dravidian lanaguages dataset. The goal of this task is to identify offensive language content of the code-mixed dataset of comments/posts in Dravidian Languages ( (Tamil-English, Malayalam-English, and Kannada-English)) collected from social media.
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 4.0 अंतर्राष्ट्रीय लाइसेंस
  • संस्करण : 1.0.0
  • विभाजन :
विभाजित करना उदाहरण
'train' 16010
'validation' 1999
  • विशेषताएँ :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 6,
        "names": [
            "Not_offensive",
            "Offensive_Untargetede",
            "Offensive_Targeted_Insult_Individual",
            "Offensive_Targeted_Insult_Group",
            "Offensive_Targeted_Insult_Other",
            "not-malayalam"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}

कन्नडा

इस डेटासेट को TFDS में लोड करने के लिए निम्नलिखित कमांड का उपयोग करें:

ds = tfds.load('huggingface:offenseval_dravidian/kannada')
  • विवरण :
Offensive language identification in dravidian lanaguages dataset. The goal of this task is to identify offensive language content of the code-mixed dataset of comments/posts in Dravidian Languages ( (Tamil-English, Malayalam-English, and Kannada-English)) collected from social media.
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 4.0 अंतर्राष्ट्रीय लाइसेंस
  • संस्करण : 1.0.0
  • विभाजन :
विभाजित करना उदाहरण
'train' 6217
'validation' 777
  • विशेषताएँ :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 6,
        "names": [
            "Not_offensive",
            "Offensive_Untargetede",
            "Offensive_Targeted_Insult_Individual",
            "Offensive_Targeted_Insult_Group",
            "Offensive_Targeted_Insult_Other",
            "not-Kannada"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}