small fix
Browse files- SNLI-VE.py +1 -1
SNLI-VE.py
CHANGED
|
@@ -71,7 +71,7 @@ _FEATURES = datasets.Features(
|
|
| 71 |
"hypothesis": datasets.Value("string"),
|
| 72 |
"label": datasets.Value("string"),
|
| 73 |
}
|
| 74 |
-
)
|
| 75 |
|
| 76 |
|
| 77 |
class SNLIVE(datasets.GeneratorBasedBuilder):
|
|
|
|
| 71 |
"hypothesis": datasets.Value("string"),
|
| 72 |
"label": datasets.Value("string"),
|
| 73 |
}
|
| 74 |
+
)
|
| 75 |
|
| 76 |
|
| 77 |
class SNLIVE(datasets.GeneratorBasedBuilder):
|