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.
  • 라이센스 : Creative Commons Attribution 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.
  • 라이센스 : Creative Commons Attribution 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.
  • 라이센스 : Creative Commons Attribution 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"
    }
}