Commit
·
49269e5
1
Parent(s):
db0cfa0
Update EpiClassify4GARD.py
Browse files- EpiClassify4GARD.py +0 -1
EpiClassify4GARD.py
CHANGED
|
@@ -111,7 +111,6 @@ class EpiSet(datasets.GeneratorBasedBuilder):
|
|
| 111 |
|
| 112 |
with open(filepath, encoding="utf-8") as f:
|
| 113 |
data = csv.reader(f, delimiter="\t", quoting=csv.QUOTE_NONNUMERIC)
|
| 114 |
-
next(data)
|
| 115 |
for id_, row in enumerate(data):
|
| 116 |
yield id_, {
|
| 117 |
"text": row[0],
|
|
|
|
| 111 |
|
| 112 |
with open(filepath, encoding="utf-8") as f:
|
| 113 |
data = csv.reader(f, delimiter="\t", quoting=csv.QUOTE_NONNUMERIC)
|
|
|
|
| 114 |
for id_, row in enumerate(data):
|
| 115 |
yield id_, {
|
| 116 |
"text": row[0],
|