BUAADreamer
commited on
Commit
•
4b6516d
1
Parent(s):
b8a909b
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ transformers.models.llava.modeling_llava.LlavaMultiModalProjector = LlavaMultiMo
|
|
52 |
model_id = "BUAADreamer/Yi-VL-6B-hf"
|
53 |
|
54 |
messages = [
|
55 |
-
{ "role": "user", "content": "What's in the picture?" }
|
56 |
]
|
57 |
image_file = "http://images.cocodataset.org/val2017/000000039769.jpg"
|
58 |
|
|
|
52 |
model_id = "BUAADreamer/Yi-VL-6B-hf"
|
53 |
|
54 |
messages = [
|
55 |
+
{ "role": "user", "content": "<image>What's in the picture?" }
|
56 |
]
|
57 |
image_file = "http://images.cocodataset.org/val2017/000000039769.jpg"
|
58 |
|