luist18 commited on
Commit
18db68c
1 Parent(s): efeac63

Update ptparl.py

Browse files
Files changed (1) hide show
  1. ptparl.py +1 -1
ptparl.py CHANGED
@@ -112,6 +112,6 @@ class PTPARL(datasets.GeneratorBasedBuilder):
112
 
113
  yield id_, {
114
  "text": row[0],
115
- "group": group_map[row[1]],
116
  "wing": wing_map[row[2]],
117
  }
 
112
 
113
  yield id_, {
114
  "text": row[0],
115
+ "group": row[1],
116
  "wing": wing_map[row[2]],
117
  }