Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,22 @@ paperswithcode_id: null
|
|
22 |
pretty_name: Indonesian Puisi
|
23 |
tags:
|
24 |
- poem-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for id_puisi
|
|
|
22 |
pretty_name: Indonesian Puisi
|
23 |
tags:
|
24 |
- poem-generation
|
25 |
+
dataset_info:
|
26 |
+
features:
|
27 |
+
- name: title
|
28 |
+
dtype: string
|
29 |
+
- name: author
|
30 |
+
dtype: string
|
31 |
+
- name: puisi
|
32 |
+
dtype: string
|
33 |
+
- name: puisi_with_header
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 10613475
|
38 |
+
num_examples: 7223
|
39 |
+
download_size: 10558108
|
40 |
+
dataset_size: 10613475
|
41 |
---
|
42 |
|
43 |
# Dataset Card for id_puisi
|