prithivMLmods commited on
Commit
a3780f4
·
verified ·
1 Parent(s): ebd5b97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -39,6 +39,12 @@ The **Open-R1-Mini-Experimental** model is a fine-tuned version of **Qwen/Qwen2-
39
 
40
  ### How to Use
41
 
 
 
 
 
 
 
42
  ```python
43
  from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
44
  from qwen_vl_utils import process_vision_info
 
39
 
40
  ### How to Use
41
 
42
+ ```python
43
+
44
+ instruction = "Analyze the provided image and the associated problem statement. Carefully consider the geometric relationships and mathematical principles involved. Provide a step-by-step solution to the problem, ensuring that each step is logically derived from the previous one. Conclude with the correct answer, clearly labeled."
45
+
46
+ ```
47
+
48
  ```python
49
  from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
50
  from qwen_vl_utils import process_vision_info