wics commited on
Commit
011246f
1 Parent(s): 1b7c4ff

Update m3exam.py

Browse files
Files changed (1) hide show
  1. m3exam.py +1 -1
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