Kangkengkhadev commited on
Commit
d71281a
1 Parent(s): ba66a7e

Create dataset card

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -16,7 +16,30 @@ dataset_info:
16
  num_examples: 166
17
  download_size: 9053797
18
  dataset_size: 25786767.599563763
 
 
 
 
 
 
 
 
 
 
19
  ---
20
- # Dataset Card for "klongklon"
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
16
  num_examples: 166
17
  download_size: 9053797
18
  dataset_size: 25786767.599563763
19
+ license: mit
20
+ task_categories:
21
+ - text-generation
22
+ language:
23
+ - th
24
+ tags:
25
+ - poem
26
+ pretty_name: ThaiPoemDataset
27
+ size_categories:
28
+ - n<1K
29
  ---
30
+ # klongklon Dataset Summary
31
+ This dataset was created from collecting poems in various literature.<br>
32
+ It contains more than 50000 poems.Which consists of poems that are ' กลอน8 ' and ' โคลงสี่สุภาพ ' <br>
33
+ Prepared to create a model for composing Thai poems.
34
+
35
+ # How to use
36
+ In Huggingface you just do this
37
+ ```
38
+ from datasets import load_dataset
39
+
40
+ dataset = load_dataset("pythainlp/klongklon")
41
+ ```
42
+ to use the dataset.
43
+
44
 
45
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)