Datasets:
Tasks:
Text Classification
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K<n<100K
Tags:
cola
License:
Update blimp_classification.py
Browse files- blimp_classification.py +1 -1
blimp_classification.py
CHANGED
@@ -112,7 +112,7 @@ class Blimp(datasets.GeneratorBasedBuilder):
|
|
112 |
BlimpConfig(
|
113 |
name=name,
|
114 |
text_features={"sentence": "sentence"},
|
115 |
-
) for name in ["semantics","syntax","morphology","syntax+semantics"
|
116 |
]
|
117 |
|
118 |
def _info(self):
|
|
|
112 |
BlimpConfig(
|
113 |
name=name,
|
114 |
text_features={"sentence": "sentence"},
|
115 |
+
) for name in ["semantics","syntax","morphology","syntax+semantics","syntax_semantics"]
|
116 |
]
|
117 |
|
118 |
def _info(self):
|