Spaces:
Runtime error
Runtime error
Gagan Bhatia
commited on
Commit
·
7326d38
1
Parent(s):
bc51ebd
Update make_dataset.py
Browse files- src/data/make_dataset.py +0 -1
src/data/make_dataset.py
CHANGED
@@ -16,7 +16,6 @@ def make_dataset(dataset="cnn_dailymail", split="train"):
|
|
16 |
df.to_csv("data/raw/{}.csv".format(split))
|
17 |
|
18 |
|
19 |
-
if __name__ == '__main__':
|
20 |
with open("params.yml") as f:
|
21 |
params = yaml.safe_load(f)
|
22 |
pprint.pprint(params)
|
|
|
16 |
df.to_csv("data/raw/{}.csv".format(split))
|
17 |
|
18 |
|
|
|
19 |
with open("params.yml") as f:
|
20 |
params = yaml.safe_load(f)
|
21 |
pprint.pprint(params)
|