albertvillanova HF staff commited on
Commit
45259c9
1 Parent(s): efba09a

Update script to use local data file

Browse files
Files changed (1) hide show
  1. subjqa.py +2 -1
subjqa.py CHANGED
@@ -48,7 +48,8 @@ _HOMEPAGE = ""
48
 
49
  _LICENSE = ""
50
 
51
- _URLs = {"default": "https://github.com/lewtun/SubjQA/archive/refs/heads/master.zip"}
 
52
 
53
 
54
  class Subjqa(datasets.GeneratorBasedBuilder):
 
48
 
49
  _LICENSE = ""
50
 
51
+ # From: https://github.com/lewtun/SubjQA/archive/refs/heads/master.zip
52
+ _URLs = {"default": "data.zip"}
53
 
54
 
55
  class Subjqa(datasets.GeneratorBasedBuilder):