Fraser Greenlee commited on
Commit
08f3b0d
1 Parent(s): 08411d3
Files changed (1) hide show
  1. short-jokes.py +1 -1
short-jokes.py CHANGED
@@ -27,7 +27,7 @@ It has been attempted to keep the jokes as clean as possible. Since the data has
27
 
28
  _CITATION = None
29
 
30
- _TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/Fraser-Greenlee/my-huggingface-datasets/master/data/short-jokes/train.json"
31
 
32
 
33
  class ShortJokes(datasets.GeneratorBasedBuilder):
 
27
 
28
  _CITATION = None
29
 
30
+ _TRAIN_DOWNLOAD_URL = "https://raw.githubusercontent.com/Fraser-Greenlee/my-huggingface-datasets/master/data/short-jokes/train.txt"
31
 
32
 
33
  class ShortJokes(datasets.GeneratorBasedBuilder):