Update files from the datasets library (from 1.5.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.5.0
medal.py
CHANGED
@@ -125,7 +125,6 @@ class Medal(datasets.GeneratorBasedBuilder):
|
|
125 |
data = csv.reader(f)
|
126 |
# Skip header
|
127 |
next(data)
|
128 |
-
# print(split, filepath, next(data))
|
129 |
if split == "full":
|
130 |
id_ = 0
|
131 |
for id_, row in enumerate(data):
|
|
|
125 |
data = csv.reader(f)
|
126 |
# Skip header
|
127 |
next(data)
|
|
|
128 |
if split == "full":
|
129 |
id_ = 0
|
130 |
for id_, row in enumerate(data):
|