qasrl.org rehosted at github
Browse files- qa_srl2018.py +3 -3
qa_srl2018.py
CHANGED
@@ -46,8 +46,8 @@ _LICENSE = ""
|
|
46 |
|
47 |
|
48 |
_URLs = {
|
49 |
-
"qasrl_v2": "
|
50 |
-
"qasrl_v2_1": "https://qasrl.org/data/qasrl-v2_1.tar"
|
51 |
}
|
52 |
|
53 |
SpanFeatureType = datasets.Sequence(datasets.Value("int32"), length=2)
|
@@ -117,7 +117,7 @@ class QaSrl2018(datasets.GeneratorBasedBuilder):
|
|
117 |
citation=_CITATION,
|
118 |
)
|
119 |
|
120 |
-
def _split_generators(self, dl_manager
|
121 |
"""Returns SplitGenerators."""
|
122 |
|
123 |
# iterate the tar file of the corpus
|
|
|
46 |
|
47 |
|
48 |
_URLs = {
|
49 |
+
"qasrl_v2": "https://github.com/julianmichael/qasrl.org/raw/refs/heads/master/data/qasrl-v2.tar",
|
50 |
+
"qasrl_v2_1": "https://github.com/julianmichael/qasrl.org/raw/refs/heads/master/data/qasrl-v2_1.tar"
|
51 |
}
|
52 |
|
53 |
SpanFeatureType = datasets.Sequence(datasets.Value("int32"), length=2)
|
|
|
117 |
citation=_CITATION,
|
118 |
)
|
119 |
|
120 |
+
def _split_generators(self, dl_manager):
|
121 |
"""Returns SplitGenerators."""
|
122 |
|
123 |
# iterate the tar file of the corpus
|