Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ model = AutoModelForImageTextToText.from_pretrained(
|
|
72 |
# task instruction
|
73 |
instruction = "close the box"
|
74 |
|
75 |
-
# strictly follow
|
76 |
prompt = (
|
77 |
f"The task is {instruction}. "
|
78 |
"What is the action that the robot should take. "
|
|
|
72 |
# task instruction
|
73 |
instruction = "close the box"
|
74 |
|
75 |
+
# strictly follow this reasoning prompt
|
76 |
prompt = (
|
77 |
f"The task is {instruction}. "
|
78 |
"What is the action that the robot should take. "
|