তথ্যসূত্র:
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"
}
}