Gagan Bhatia commited on
Commit
a38a01f
1 Parent(s): 40af4fa

Update make_dataset.py

Browse files
Files changed (1) hide show
  1. src/data/make_dataset.py +0 -1
src/data/make_dataset.py CHANGED
@@ -5,7 +5,6 @@ import os
5
  import pprint
6
 
7
 
8
-
9
  def make_dataset(dataset='cnn_dailymail', split='train'):
10
  """make dataset for summarisation"""
11
  if not os.path.exists('data/raw'):
 
5
  import pprint
6
 
7
 
 
8
  def make_dataset(dataset='cnn_dailymail', split='train'):
9
  """make dataset for summarisation"""
10
  if not os.path.exists('data/raw'):