milyiyo commited on
Commit
7ef2e7d
1 Parent(s): e56ff2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ res = detok_outputs[0]
66
 
67
  ## Training and evaluation data
68
 
69
- The original dataset has the columns `author`, `content` and `title`.
70
  For each poem we generate new examples:
71
  - content: *line_i* , generated: *line_i+1*
72
  - content: *concatenate(line_i, line_i+1)* , generated: *line_i+2*
 
66
 
67
  ## Training and evaluation data
68
 
69
+ The original [dataset](https://www.kaggle.com/andreamorgar/spanish-poetry-dataset/version/1) has the columns `author`, `content` and `title`.
70
  For each poem we generate new examples:
71
  - content: *line_i* , generated: *line_i+1*
72
  - content: *concatenate(line_i, line_i+1)* , generated: *line_i+2*