Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- scitail.py +1 -1
scitail.py
CHANGED
@@ -34,7 +34,7 @@ _URL = "http://data.allenai.org.s3.amazonaws.com/downloads/SciTailV1.1.zip"
|
|
34 |
|
35 |
class ScitailConfig(datasets.BuilderConfig):
|
36 |
|
37 |
-
"""
|
38 |
|
39 |
def __init__(self, **kwargs):
|
40 |
"""
|
|
|
34 |
|
35 |
class ScitailConfig(datasets.BuilderConfig):
|
36 |
|
37 |
+
"""BuilderConfig for Xquad"""
|
38 |
|
39 |
def __init__(self, **kwargs):
|
40 |
"""
|