Saptarshi7 commited on
Commit
eedd49f
1 Parent(s): f09979b

Upload covid_qa_cleaned_CS.py

Browse files
Files changed (1) hide show
  1. covid_qa_cleaned_CS.py +3 -6
covid_qa_cleaned_CS.py CHANGED
@@ -15,11 +15,11 @@
15
  """covid_qa_cleaned_CS: Connor Heaton/Saptarshi Sengupta"""
16
 
17
 
 
 
 
18
  import json
19
  import os
20
- import datasets
21
- from datasets.tasks import QuestionAnsweringExtractive
22
-
23
 
24
  logger = datasets.logging.get_logger(__name__)
25
 
@@ -76,9 +76,6 @@ class CovidQADeepsetCleaned(datasets.GeneratorBasedBuilder):
76
 
77
  #This code will be removed once the directory becomes public
78
 
79
-
80
- import requests
81
-
82
  url = 'https://raw.githubusercontent.com/saptarshi059/CDQA-v2-Auxilliary-Loss/main/data/covid_qa_cleaned_CS/covid_qa_cleaned_CS.json'
83
  auth = ('saptarshi059', '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')
84
 
 
15
  """covid_qa_cleaned_CS: Connor Heaton/Saptarshi Sengupta"""
16
 
17
 
18
+ from datasets.tasks import QuestionAnsweringExtractive
19
+ import datasets
20
+ import requests
21
  import json
22
  import os
 
 
 
23
 
24
  logger = datasets.logging.get_logger(__name__)
25
 
 
76
 
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