Junyeob Kim
commited on
Commit
·
82ede09
1
Parent(s):
01e9258
modify scripts download from hub
Browse files- few_glue.py +1 -1
few_glue.py
CHANGED
@@ -278,7 +278,7 @@ _AXG_CITATION = """\
|
|
278 |
class FewGlueConfig(datasets.BuilderConfig):
|
279 |
"""BuilderConfig for SuperGLUE."""
|
280 |
|
281 |
-
def __init__(self, features, citation, url, label_classes=("False", "True"), **kwargs):
|
282 |
"""BuilderConfig for SuperGLUE.
|
283 |
Args:
|
284 |
features: `list[string]`, list of the features that will appear in the
|
|
|
278 |
class FewGlueConfig(datasets.BuilderConfig):
|
279 |
"""BuilderConfig for SuperGLUE."""
|
280 |
|
281 |
+
def __init__(self, features, data_url, citation, url, label_classes=("False", "True"), **kwargs):
|
282 |
"""BuilderConfig for SuperGLUE.
|
283 |
Args:
|
284 |
features: `list[string]`, list of the features that will appear in the
|