스와힐리어

참고자료:

스와힐리어

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:swahili/swahili')
  • 설명 :
The Swahili dataset developed specifically for language modeling task.
The dataset contains 28,000 unique words with 6.84M, 970k, and 2M words for the train,
valid and test partitions respectively which represent the ratio 80:10:10.
The entire dataset is lowercased, has no punctuation marks and,
the start and end of sentence markers have been incorporated to facilitate easy tokenization during language modeling.
  • 라이센스 : Attribution 4.0 International
  • 버전 : 1.0.0
  • 분할 :
나뉘다
'test' 3371
'train' 42069
'validation' 3372
  • 특징 :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}