Datasets:
ArXiv:
License:
Saptarshi7
commited on
Commit
·
0b19223
1
Parent(s):
0fad752
Upload covid_qa_cleaned_CS.py
Browse files- covid_qa_cleaned_CS.py +2 -2
covid_qa_cleaned_CS.py
CHANGED
@@ -33,8 +33,8 @@ Cleaned version of COVID-QA containing fixes as mentioned in <paper yet to be pu
|
|
33 |
_LICENSE = "Apache License 2.0"
|
34 |
|
35 |
|
36 |
-
_URL = "https://
|
37 |
-
_URLs = {"covid_qa_cleaned_CS": _URL + "covid_qa_cleaned_CS.json
|
38 |
|
39 |
|
40 |
class CovidQADeepsetCleaned(datasets.GeneratorBasedBuilder):
|
|
|
33 |
_LICENSE = "Apache License 2.0"
|
34 |
|
35 |
|
36 |
+
_URL = "https://raw.githubusercontent.com/saptarshi059/CDQA-v2-Auxilliary-Loss/main/data/covid_qa_cleaned_CS/"
|
37 |
+
_URLs = {"covid_qa_cleaned_CS": _URL + "covid_qa_cleaned_CS.json"}
|
38 |
|
39 |
|
40 |
class CovidQADeepsetCleaned(datasets.GeneratorBasedBuilder):
|