Update m3exam.py
Browse files
m3exam.py
CHANGED
@@ -75,5 +75,5 @@ class afrikaans(datasets.GeneratorBasedBuilder):
|
|
75 |
print(filepath)
|
76 |
data = json.loads(f.read())
|
77 |
for idx, single_data in enumerate(data):
|
78 |
-
yield f"{idx}", norm(single_data)
|
79 |
|
|
|
75 |
print(filepath)
|
76 |
data = json.loads(f.read())
|
77 |
for idx, single_data in enumerate(data):
|
78 |
+
yield f"{idx}", self.norm(single_data)
|
79 |
|