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"
    }
}