Referencias:
Utilice el siguiente comando para cargar este conjunto de datos en TFDS:
ds = tfds.load('huggingface:twi_wordsim353')
- Descripción :
A translation of the word pair similarity dataset wordsim-353 to Twi.
The dataset was presented in the paper
Alabi et al.: Massive vs. Curated Embeddings for Low-Resourced
Languages: the Case of Yorùbá and Twi (LREC 2020).
- Licencia : Ninguna licencia conocida
- Versión : 0.0.0
- Divisiones :
Dividir | Ejemplos |
---|---|
'test' | 274 |
- Características :
{
"twi1": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"twi2": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"similarity": {
"dtype": "float32",
"id": null,
"_type": "Value"
}
}