Datasets:
ArXiv:
License:
Saptarshi7
commited on
Commit
·
8fd4073
1
Parent(s):
356bc71
Update covid_qa_cleaned_CS.py
Browse files- covid_qa_cleaned_CS.py +1 -1
covid_qa_cleaned_CS.py
CHANGED
@@ -87,7 +87,7 @@ class CovidQADeepsetCleaned(datasets.GeneratorBasedBuilder):
|
|
87 |
return [
|
88 |
datasets.SplitGenerator(
|
89 |
name=datasets.Split.TRAIN,
|
90 |
-
gen_kwargs={"filepath": r},
|
91 |
),
|
92 |
]
|
93 |
|
|
|
87 |
return [
|
88 |
datasets.SplitGenerator(
|
89 |
name=datasets.Split.TRAIN,
|
90 |
+
gen_kwargs={"filepath": r.content},
|
91 |
),
|
92 |
]
|
93 |
|