Sagnik Ray Choudhury
commited on
Commit
·
10aaa75
1
Parent(s):
a727353
chore: oops
Browse files- snli-bt.py +1 -1
snli-bt.py
CHANGED
@@ -17,7 +17,7 @@ class SnliBTConfig(datasets.BuilderConfig):
|
|
17 |
super(SnliBTConfig, self).__init__(**kwargs)
|
18 |
|
19 |
|
20 |
-
class
|
21 |
"""SQUAD: The Stanford Question Answering Dataset. Version 1.1."""
|
22 |
|
23 |
BUILDER_CONFIGS = [
|
|
|
17 |
super(SnliBTConfig, self).__init__(**kwargs)
|
18 |
|
19 |
|
20 |
+
class SnliBT(datasets.GeneratorBasedBuilder):
|
21 |
"""SQUAD: The Stanford Question Answering Dataset. Version 1.1."""
|
22 |
|
23 |
BUILDER_CONFIGS = [
|