Skip to content

Commit

Permalink
Remove unused variable in gsm8k preprocessing code (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
nch0w authored Feb 4, 2025
1 parent 686a9c3 commit 4d420fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/data_preprocess/gsm8k.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def extract_solution(solution_str):

args = parser.parse_args()

num_few_shot = 5
data_source = 'openai/gsm8k'

dataset = datasets.load_dataset(data_source, 'main')
Expand Down

0 comments on commit 4d420fe

Please sign in to comment.