File size: 613 Bytes
1f8cd74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: midi_id
    dtype: string
  - name: midi_filename
    dtype: string
  - name: song_title
    dtype: string
  - name: lyrics
    dtype: string
  - name: lyrics_autocorrected
    dtype: string
  - name: words_removed
    sequence: string
  - name: words_added
    sequence: string
  - name: rougeL_median_recall
    dtype: float64
  - name: rougeL_max_recall
    dtype: float64
  splits:
  - name: etl
    num_bytes: 27504
    num_examples: 10
  download_size: 37239
  dataset_size: 27504
configs:
- config_name: default
  data_files:
  - split: etl
    path: data/etl-*
---