オフェンスヴァル_ドラヴィディアン

参考文献:

タミル語

次のコマンドを使用して、このデータセットを 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"
    }
}