mikewatson commited on
Commit
ac7d788
·
verified ·
1 Parent(s): 2bd12be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Genre
5
+ dtype: string
6
+ - name: Poem
7
+ dtype: string
8
+ splits:
9
+ - name: train
10
+ num_bytes: 241210
11
+ num_examples: 841
12
+ - name: test
13
+ num_bytes: 43599
14
+ num_examples: 150
15
+ download_size: 188170
16
+ dataset_size: 284809
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ - split: test
23
+ path: data/test-*
24
+ ---