ohtaman commited on
Commit
115e902
1 Parent(s): 2538e7a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: title
12
+ dtype: string
13
+ - name: author
14
+ dtype: string
15
+ - name: content
16
+ dtype: string
17
+ - name: filename
18
+ dtype: string
19
+ - name: category
20
+ dtype: string
21
+ - name: short_description
22
+ dtype: string
23
+ - name: char_kana_type
24
+ dtype: string
25
+ - name: story
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 85891851
30
+ num_examples: 1221
31
+ - name: test
32
+ num_bytes: 586251
33
+ num_examples: 8
34
+ download_size: 42922184
35
+ dataset_size: 86478102
36
+ ---
37
+ # Dataset Card for "aozora_kids"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)