id_puisi

参照:

次のコマンドを使用して、このデータセットを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"
    }
}