tidak nyaman

Referensi:

offcombr-2

Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:

ds = tfds.load('huggingface:offcombr/offcombr-2')
  • Keterangan :
OffComBR: an annotated dataset containing for hate speech detection in Portuguese composed of news comments on the Brazilian Web.
  • Lisensi : Tidak Diketahui
  • Versi : 1.0.0
  • Perpecahan :
Membelah Contoh
'train' 1250
  • Fitur :
{
    "label": {
        "num_classes": 2,
        "names": [
            "no",
            "yes"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

offcombr-3

Gunakan perintah berikut untuk memuat kumpulan data ini di TFDS:

ds = tfds.load('huggingface:offcombr/offcombr-3')
  • Keterangan :
OffComBR: an annotated dataset containing for hate speech detection in Portuguese composed of news comments on the Brazilian Web.
  • Lisensi : Tidak Diketahui
  • Versi : 1.0.0
  • Perpecahan :
Membelah Contoh
'train' 1033
  • Fitur :
{
    "label": {
        "num_classes": 2,
        "names": [
            "no",
            "yes"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}