File size: 806 Bytes
72cf51a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bf656ce
72cf51a
bf656ce
 
72cf51a
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
dataset_info:
  features:
  - name: poem_title
    dtype: string
  - name: poem_meter
    dtype: string
  - name: poem_verses
    list: string
  - name: poem_theme
    dtype: string
  - name: poem_url
    dtype: string
  - name: poet_name
    dtype: string
  - name: poet_description
    dtype: string
  - name: poet_url
    dtype: string
  - name: poet_era
    dtype: string
  - name: poet_location
    dtype: string
  - name: poem_language_type
    dtype: string
  - name: num_verses
    dtype: int64
  - name: poem_id
    dtype: int64
  - name: poem_description
    dtype: string
  splits:
  - name: train
    num_bytes: 402302519
    num_examples: 145167
  download_size: 141275662
  dataset_size: 402302519
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---