File size: 415 Bytes
7802c44
 
e6daff0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7802c44
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: poem_id
    dtype: string
  - name: text
    dtype: string
  - name: label
    dtype: string
  - name: length
    dtype: int64
  splits:
  - name: train
    num_bytes: 8752986
    num_examples: 5769
  download_size: 4812334
  dataset_size: 8752986
---