Datasets:
ArXiv:
License:
Saptarshi7
commited on
Commit
•
5146d34
1
Parent(s):
440468f
Upload covid_qa_cleaned_CS.py
Browse files- covid_qa_cleaned_CS.py +1 -1
covid_qa_cleaned_CS.py
CHANGED
@@ -77,7 +77,7 @@ class CovidQADeepsetCleaned(datasets.GeneratorBasedBuilder):
|
|
77 |
#This code will be removed once the directory becomes public
|
78 |
|
79 |
url = 'https://raw.githubusercontent.com/saptarshi059/CDQA-v2-Auxilliary-Loss/main/data/covid_qa_cleaned_CS/covid_qa_cleaned_CS.json'
|
80 |
-
auth = ('saptarshi059', '
|
81 |
|
82 |
r = requests.get(url, auth=auth)
|
83 |
|
|
|
77 |
#This code will be removed once the directory becomes public
|
78 |
|
79 |
url = 'https://raw.githubusercontent.com/saptarshi059/CDQA-v2-Auxilliary-Loss/main/data/covid_qa_cleaned_CS/covid_qa_cleaned_CS.json'
|
80 |
+
auth = ('saptarshi059', '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')
|
81 |
|
82 |
r = requests.get(url, auth=auth)
|
83 |
|