Referencias:
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:coqa')
- Descripción :
CoQA: A Conversational Question Answering Challenge
- Licencia : Ninguna licencia conocida
- Versión : 1.0.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'train' | 7199 |
'validation' | 500 |
- Características :
{
"source": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"story": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"questions": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"answers": {
"feature": {
"input_text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answer_start": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"answer_end": {
"dtype": "int32",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
}