sileod commited on
Commit
5f2a37c
·
1 Parent(s): cf27982

Update blimp_classification.py

Browse files
Files changed (1) hide show
  1. 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",="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):