オフコンバー

参考文献:

オフコンバー2

次のコマンドを使用して、このデータセットを TFDS にロードします。

ds = tfds.load('huggingface:offcombr/offcombr-2')
  • 説明
OffComBR: an annotated dataset containing for hate speech detection in Portuguese composed of news comments on the Brazilian Web.
  • ライセンス: 不明
  • バージョン: 1.0.0
  • 分割:
スプリット
'train' 1250
  • 特徴
{
    "label": {
        "num_classes": 2,
        "names": [
            "no",
            "yes"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

オフコンバー-3

次のコマンドを使用して、このデータセットを TFDS にロードします。

ds = tfds.load('huggingface:offcombr/offcombr-3')
  • 説明
OffComBR: an annotated dataset containing for hate speech detection in Portuguese composed of news comments on the Brazilian Web.
  • ライセンス: 不明
  • バージョン: 1.0.0
  • 分割:
スプリット
'train' 1033
  • 特徴
{
    "label": {
        "num_classes": 2,
        "names": [
            "no",
            "yes"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}