--- dataset_info: features: - name: text dtype: string - name: source dtype: string - name: nb_tokens dtype: int64 splits: - name: train num_bytes: 25712665.127148718 num_examples: 57600 - name: test num_bytes: 74102.47241504665 num_examples: 166 download_size: 9053797 dataset_size: 25786767.599563763 license: mit task_categories: - text-generation language: - th tags: - poem pretty_name: ThaiPoemDataset size_categories: - n<1K --- # klongklon Dataset Summary This dataset was created from collecting poems in various literature.
It contains more than 50000 poems.Which consists of poems that are ' กลอน8 ' and ' โคลงสี่สุภาพ '
Prepared to create a model for composing Thai poems. # How to use In Huggingface you just do this ``` from datasets import load_dataset dataset = load_dataset("pythainlp/klongklon") ``` to use the dataset. [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)