आशा_एडी

सन्दर्भ:

अंग्रेज़ी

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

ds = tfds.load('huggingface:hope_edi/english')
  • विवरण :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 4.0 अंतर्राष्ट्रीय लाइसेंस
  • संस्करण : 1.0.0
  • विभाजन :
विभाजित करना उदाहरण
'train' 22762
'validation' 2843
  • विशेषताएँ :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "Hope_speech",
            "Non_hope_speech",
            "not-English"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}

तमिल

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

ds = tfds.load('huggingface:hope_edi/tamil')
  • विवरण :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 4.0 अंतर्राष्ट्रीय लाइसेंस
  • संस्करण : 1.0.0
  • विभाजन :
विभाजित करना उदाहरण
'train' 16160
'validation' 2018
  • विशेषताएँ :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "Hope_speech",
            "Non_hope_speech",
            "not-Tamil"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}

मलयालम

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

ds = tfds.load('huggingface:hope_edi/malayalam')
  • विवरण :
A Hope Speech dataset for Equality, Diversity and Inclusion (HopeEDI) containing user-generated comments from the social media platform YouTube with 28,451, 20,198 and 10,705 comments in English, Tamil and Malayalam, respectively, manually labelled as containing hope speech or not.
  • लाइसेंस : क्रिएटिव कॉमन्स एट्रिब्यूशन 4.0 अंतर्राष्ट्रीय लाइसेंस
  • संस्करण : 1.0.0
  • विभाजन :
विभाजित करना उदाहरण
'train' 8564
'validation' 1070
  • विशेषताएँ :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "label": {
        "num_classes": 3,
        "names": [
            "Hope_speech",
            "Non_hope_speech",
            "not-malayalam"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}