السواحيلية

مراجع:

السواحلية

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في 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.
  • الترخيص : إسناد 4.0 الدولية
  • الإصدار : 1.0.0
  • الإنشقاقات :
ينقسم أمثلة
'test' 3371
'train' 42069
'validation' 3372
  • سمات :
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}