Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ from PIL import Image
|
|
72 |
import torch
|
73 |
from transformers import AutoProcessor, VipLlavaForConditionalGeneration
|
74 |
|
75 |
-
model_id = "llava-hf/vip-llava-
|
76 |
|
77 |
question = "What are these?"
|
78 |
prompt = f"A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.###Human: <image>\n{question}###Assistant:"
|
|
|
72 |
import torch
|
73 |
from transformers import AutoProcessor, VipLlavaForConditionalGeneration
|
74 |
|
75 |
+
model_id = "llava-hf/vip-llava-13b-hf"
|
76 |
|
77 |
question = "What are these?"
|
78 |
prompt = f"A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.###Human: <image>\n{question}###Assistant:"
|