fuera de combate

Referencias:

offcombr-2

Utilice el siguiente comando para cargar este conjunto de datos en TFDS:

ds = tfds.load('huggingface:offcombr/offcombr-2')
  • Descripción :
OffComBR: an annotated dataset containing for hate speech detection in Portuguese composed of news comments on the Brazilian Web.
  • Licencia : Desconocida
  • Versión : 1.0.0
  • Divisiones :
Dividir Ejemplos
'train' 1250
  • Características :
{
    "label": {
        "num_classes": 2,
        "names": [
            "no",
            "yes"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

offcombr-3

Utilice el siguiente comando para cargar este conjunto de datos en TFDS:

ds = tfds.load('huggingface:offcombr/offcombr-3')
  • Descripción :
OffComBR: an annotated dataset containing for hate speech detection in Portuguese composed of news comments on the Brazilian Web.
  • Licencia : Desconocida
  • Versión : 1.0.0
  • Divisiones :
Dividir Ejemplos
'train' 1033
  • Características :
{
    "label": {
        "num_classes": 2,
        "names": [
            "no",
            "yes"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    },
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}