Skip to content

Commit bf74fc4

Browse files
committed
Removed output
1 parent 8d84576 commit bf74fc4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

notebooks/en/fine_tuning_vlm_grpo_trl.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -343,23 +343,15 @@
343343
},
344344
{
345345
"cell_type": "code",
346-
"execution_count": 6,
346+
"execution_count": null,
347347
"metadata": {
348348
"colab": {
349349
"base_uri": "https://localhost:8080/"
350350
},
351351
"id": "5BglCVLLzY0S",
352352
"outputId": "25612e7e-3367-463e-a2b7-11698a32dcd7"
353353
},
354-
"outputs": [
355-
{
356-
"name": "stdout",
357-
"output_type": "stream",
358-
"text": [
359-
"{'image': <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=716x200 at 0x7DDD65394B50>, 'problem': 'Based on the image, determine the constant term after combining all the polynomial expressions representing the side lengths of the triangle. Choose the correct answer from the options provided.\\n\\nChoices:\\nA. 3\\nB. 5\\nC. 8\\nD. 13', 'solution': \"<think>Let's examine the polynomial expressions given for each side of the triangle. The side labeled \\\\(4x^2 + x\\\\) does not have a constant term. The side labeled \\\\(2x + 3\\\\) has a constant term of 3. The side labeled \\\\(4x^3 + 2x^2 + 5\\\\) has a constant term of 5. To find the total constant term, we need to add the constant terms from these expressions. So, we add 3 and 5 together. 3 + 5 = 8</think>\\n\\n<answer>The correct answer is C</answer>\", 'original_question': 'According to the question shown in the image, please first perform reasoning, then finally select the right answer from the choices, e.g., Answer: xxx.\\nQuestion: Based on the image, find the constant term after combining the side lengths.\\nChoices:\\nA. 3\\nB. 5\\nC. 8\\nD. 13', 'original_answer': 'The constant terms from the sides $2 x + 3$ and $4 x^3 + 2 x^2 + 5$ are combined as $3 + 5 = 8$. So the answer is C\\nAnswer: C'}\n"
360-
]
361-
}
362-
],
354+
"outputs": [],
363355
"source": [
364356
"print(train_dataset[0])"
365357
]

0 commit comments

Comments
 (0)