আশা_ইডি

তথ্যসূত্র:

ইংরেজি

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