مراجع:
برای بارگذاری این مجموعه داده در TFDS از دستور زیر استفاده کنید:
ds = tfds.load('huggingface:id_puisi')
- توضیحات :
Puisi (poem) is an Indonesian poetic form. The dataset contains 7223 Indonesian puisi with its title and author.
- مجوز : مجوز شناخته شده ای وجود ندارد
- نسخه : 0.0.0
- تقسیم ها :
تقسیم کنید | نمونه ها |
---|---|
'train' | 7223 |
- ویژگی ها :
{
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"author": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"puisi": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"puisi_with_header": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}