mathiascreutz
commited on
Commit
·
be906a3
1
Parent(s):
9e46b57
Testing configs
Browse files- opusparcus.py +1 -1
opusparcus.py
CHANGED
@@ -174,5 +174,5 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
|
|
174 |
"sent2": data["sent2"],
|
175 |
"annot_score": data["annot_score"],
|
176 |
"gem_id": data["gem_id"]
|
177 |
-
}
|
178 |
|
|
|
174 |
"sent2": data["sent2"],
|
175 |
"annot_score": data["annot_score"],
|
176 |
"gem_id": data["gem_id"]
|
177 |
+
} if data["lang"] == lang
|
178 |
|