id_puisi

Bibliografia:

Użyj następującego polecenia, aby załadować ten zestaw danych w TFDS:

ds = tfds.load('huggingface:id_puisi')
  • Opis :
Puisi (poem) is an Indonesian poetic form. The dataset contains 7223 Indonesian puisi with its title and author.
  • Licencja : brak znanej licencji
  • Wersja : 0.0.0
  • Dzieli :
Rozdzielać Przykłady
'train' 7223
  • Cechy :
{
    "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"
    }
}