Ссылки:
Марокко
Используйте следующую команду, чтобы загрузить этот набор данных в TFDS:
ds = tfds.load('huggingface:moroco/moroco')
- Описание :
The MOROCO (Moldavian and Romanian Dialectal Corpus) dataset contains 33564 samples of text collected from the news domain.
The samples belong to one of the following six topics:
- culture
- finance
- politics
- science
- sports
- tech
- Лицензия : Лицензия CC BY-SA 4.0.
- Версия : 1.0.0
- Расколы :
Расколоть | Примеры |
---|---|
'test' | 5924 |
'train' | 21719 |
'validation' | 5921 |
- Функции :
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"category": {
"num_classes": 6,
"names": [
"culture",
"finance",
"politics",
"science",
"sports",
"tech"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
},
"sample": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}