Commit
•
e710031
1
Parent(s):
ebae4cc
assignment typo
Browse files- lsat_qa.py +1 -1
lsat_qa.py
CHANGED
@@ -44,7 +44,7 @@ import datasets
|
|
44 |
import os
|
45 |
import json
|
46 |
|
47 |
-
names = ["all", "
|
48 |
|
49 |
class LsatQA(datasets.GeneratorBasedBuilder):
|
50 |
VERSION = datasets.Version("1.0.0")
|
|
|
44 |
import os
|
45 |
import json
|
46 |
|
47 |
+
names = ["all", "assignment", "grouping", "miscellaneous", "ordering"]
|
48 |
|
49 |
class LsatQA(datasets.GeneratorBasedBuilder):
|
50 |
VERSION = datasets.Version("1.0.0")
|