Skip to content

Commit d243ebe

Browse files
Fix indentation for num_generations parameter
In the Previous Commit I didn't add a comma so it broke the json structure. Extremely sorry for that.
1 parent 09cf6b5 commit d243ebe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

notebooks/en/fine_tuning_llm_grpo_trl.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,7 @@
499499
"\n",
500500
" # Parameters that control de data preprocessing\n",
501501
" max_completion_length=64, # default: 256\n",
502-
" num_generations=4, # default: 8\n"
503-
"
502+
" num_generations=4, # default: 8\n",
504503
"\n",
505504
" # Parameters related to reporting and saving\n",
506505
" report_to=[\"tensorboard\"],\n",

0 commit comments

Comments
 (0)