References:
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:id_puisi')
- Description:
Puisi (poem) is an Indonesian poetic form. The dataset contains 7223 Indonesian puisi with its title and author.
- License: No known license
- Version: 0.0.0
- Splits:
Split | Examples |
---|---|
'train' |
7223 |
- Features:
{
"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"
}
}