Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ Execute the following test code:
|
|
| 16 |
model_path = 'Zhang199/TinyLLaVA-Qwen2-0.5B-SigLIP'
|
| 17 |
prompt = "What are the things I should be cautious about when I visit here?"
|
| 18 |
image_file = "https://llava-vl.github.io/static/images/view.jpg"
|
| 19 |
-
conv_mode = "
|
| 20 |
|
| 21 |
args = type('Args', (), {
|
| 22 |
"model_path": model_path,
|
|
|
|
| 16 |
model_path = 'Zhang199/TinyLLaVA-Qwen2-0.5B-SigLIP'
|
| 17 |
prompt = "What are the things I should be cautious about when I visit here?"
|
| 18 |
image_file = "https://llava-vl.github.io/static/images/view.jpg"
|
| 19 |
+
conv_mode = "qwen2_base" # or llama, gemma, etc
|
| 20 |
|
| 21 |
args = type('Args', (), {
|
| 22 |
"model_path": model_path,
|