Riferimenti:
Utilizzare il comando seguente per caricare questo set di dati in TFDS:
ds = tfds.load('huggingface:google_wellformed_query')
- Descrizione :
Google's query wellformedness dataset was created by crowdsourcing well-formedness annotations for 25,100 queries from the Paralex corpus. Every query was annotated by five raters each with 1/0 rating of whether or not the query is well-formed.
- Licenza : nessuna licenza conosciuta
- Versione : 0.0.0
- Divide :
Diviso | Esempi |
---|---|
'test' | 3850 |
'train' | 17500 |
'validation' | 3750 |
- Caratteristiche :
{
"rating": {
"dtype": "float32",
"id": null,
"_type": "Value"
},
"content": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}