Update polylingual_id.py
Browse files- polylingual_id.py +1 -1
polylingual_id.py
CHANGED
@@ -126,4 +126,4 @@ class Polylingual_Id(datasets.GeneratorBasedBuilder):
|
|
126 |
id_ += 1
|
127 |
else:
|
128 |
yield id_, {'text':example['text'],'url':None}
|
129 |
-
id_ += 1
|
|
|
126 |
id_ += 1
|
127 |
else:
|
128 |
yield id_, {'text':example['text'],'url':None}
|
129 |
+
id_ += 1
|