ybelkada commited on
Commit
6f87b00
1 Parent(s): 6fa1a76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-7b-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:"
 
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:"