Zhang199 commited on
Commit
37dfd27
·
verified ·
1 Parent(s): 6aef66e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "phi" # or llama, gemma, etc
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,