Saptarshi7 commited on
Commit
5146d34
1 Parent(s): 440468f

Upload covid_qa_cleaned_CS.py

Browse files
Files changed (1) hide show
  1. 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', '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')
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