BUAADreamer
commited on
Commit
•
d1ce99b
1
Parent(s):
a17bd2e
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-34B-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-34B-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 |
|