yoruba_wordsim353

Использованная литература:

Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:

ds = tfds.load('huggingface:yoruba_wordsim353')
  • Описание :
A translation of the word pair similarity dataset wordsim-353 to Yorùbá.

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).
  • Лицензия : Лицензия неизвестна
  • Версия : 0.0.0
  • Сплиты :
Расколоть Примеры
'test' 353
  • Особенности :
{
    "english1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "english2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "yoruba1": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "yoruba2": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "similarity": {
        "dtype": "float32",
        "id": null,
        "_type": "Value"
    }
}