File size: 1,062 Bytes
899eb2a
 
 
 
 
 
 
 
 
 
 
5ed4696
 
 
ba66a7e
 
 
 
5585792
 
 
 
 
 
 
 
 
 
899eb2a
5585792
 
 
 
 
 
 
 
 
 
 
 
 
 
899eb2a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
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.<br>
It contains more than 50000 poems.Which consists of poems that are ' กลอน8 ' and ' โคลงสี่สุภาพ ' <br> 
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)