ticoAg commited on
Commit
da3bf45
·
verified ·
1 Parent(s): c7fd1c9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: title
6
+ dtype: string
7
+ - name: author
8
+ dtype: string
9
+ - name: dynasty
10
+ dtype: string
11
+ - name: theme
12
+ dtype: string
13
+ - name: section
14
+ dtype: string
15
+ - name: content
16
+ list:
17
+ - name: paragraphs
18
+ sequence: string
19
+ - name: subchapter
20
+ dtype: string
21
+ - name: appreciation
22
+ dtype: string
23
+ - name: rhythmic
24
+ dtype: string
25
+ - name: tags
26
+ sequence: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 100641630
30
+ num_examples: 346320
31
+ download_size: 66721235
32
+ dataset_size: 100641630
33
  ---