kor_qpair

Referencias:

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

ds = tfds.load('huggingface:kor_qpair')
  • Descripción :
This is a Korean paired question dateset containing labels that denote whether two questions in a given pair are semantically identical.
  • Licencia : La Licencia MIT (MIT)
  • Versión : 1.1.0
  • Divisiones :
Separar Ejemplos
'test' 758
'train' 6136
'validation' 682
  • Características :
{
    "question1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "is_duplicate": {
        "num_classes": 2,
        "names": [
            "0",
            "1"
        ],
        "names_file": null,
        "id": null,
        "_type": "ClassLabel"
    }
}