Skip to content

Commit a00072d

Browse files
committed
rft ipynb: minor update
1 parent de8490f commit a00072d

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

examples/Reinforcement_Fine_Tuning.ipynb

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -399,19 +399,9 @@
399399
},
400400
{
401401
"cell_type": "code",
402-
"execution_count": 9,
402+
"execution_count": null,
403403
"metadata": {},
404-
"outputs": [
405-
{
406-
"name": "stdout",
407-
"output_type": "stream",
408-
"text": [
409-
"Results for run 1 already exist at data/rft/predictions/train_simple_o4-mini_medium_predictions_run1.json. Loading results.\n",
410-
"Results for run 2 already exist at data/rft/predictions/train_simple_o4-mini_medium_predictions_run2.json. Loading results.\n",
411-
"Results for run 3 already exist at data/rft/predictions/train_simple_o4-mini_medium_predictions_run3.json. Loading results.\n"
412-
]
413-
}
414-
],
404+
"outputs": [],
415405
"source": [
416406
"# OpenAI o4-mini model\n",
417407
"results_simple_o4mini = generate_model_predictions(\n",
@@ -425,19 +415,9 @@
425415
},
426416
{
427417
"cell_type": "code",
428-
"execution_count": 10,
418+
"execution_count": null,
429419
"metadata": {},
430-
"outputs": [
431-
{
432-
"name": "stdout",
433-
"output_type": "stream",
434-
"text": [
435-
"Results for run 1 already exist at data/rft/predictions/train_simple_o3_medium_predictions_run1.json. Loading results.\n",
436-
"Results for run 2 already exist at data/rft/predictions/train_simple_o3_medium_predictions_run2.json. Loading results.\n",
437-
"Results for run 3 already exist at data/rft/predictions/train_simple_o3_medium_predictions_run3.json. Loading results.\n"
438-
]
439-
}
440-
],
420+
"outputs": [],
441421
"source": [
442422
"# OpenAI o3 model\n",
443423
"results_simple_o3 = generate_model_predictions(\n",

0 commit comments

Comments
 (0)