merve HF staff commited on
Commit
c2e74c6
1 Parent(s): c509a63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ other versions on a task that interests you.
29
 
30
  Here's the prompt template for this model:
31
  ```
32
- "<|im_start|>system\nAnswer the questions.<|im_end|><|im_start|>user\n<image>\nWhat is shown in this image?<|im_end|><|im_start|>assistant\n"
33
  ```
34
  You can load and use the model like following:
35
  ```python
 
29
 
30
  Here's the prompt template for this model:
31
  ```
32
+ "[INST] <image>\nWhat is shown in this image? [/INST]"
33
  ```
34
  You can load and use the model like following:
35
  ```python