Fixed a Closing Quote Typo (#3)
Browse files- Fixed a Closing Quote Typo (5d8e9cf89f5a2f09d2299d0a9eba4b66c1a41666)
Co-authored-by: Praveen Kumar <[email protected]>
README.md
CHANGED
@@ -192,7 +192,7 @@ messages = [
|
|
192 |
"role": "user",
|
193 |
"content": [
|
194 |
{"type": "image", "image": image_path} for image_path in image_paths
|
195 |
-
] + [{"type": "text", "text": "
|
196 |
},
|
197 |
]
|
198 |
text = processor.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt")
|
|
|
192 |
"role": "user",
|
193 |
"content": [
|
194 |
{"type": "image", "image": image_path} for image_path in image_paths
|
195 |
+
] + [{"type": "text", "text": "What kind of cat is this? Answer with one word."}],
|
196 |
},
|
197 |
]
|
198 |
text = processor.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt")
|