Skip to content

Commit

Permalink
chore: reindex math instruct data, from 0:20000 contain 'gender speci…
Browse files Browse the repository at this point in the history
…fic translation'
  • Loading branch information
vTuanpham committed Nov 13, 2023
1 parent d4eea38 commit 25b017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/TIGER-Lab-MathInstruct/TigerLabMathInstruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def convert(self):
data_dict['answer_lengths'] = None
data_converted.append(data_dict)

self.converted_data = data_converted[20000:22000]
self.converted_data = data_converted[20000:120000]

pass

Expand Down

0 comments on commit 25b017e

Please sign in to comment.