Update README.md
Browse files
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 |
-
"
|
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 |
+
"<|im_start|>system\nAnswer the questions.<|im_end|><|im_start|>user\n<image>\n<your_text_prompt_here><|im_end|><|im_start|>assistant\n"
|
33 |
```
|
34 |
You can load and use the model like following:
|
35 |
```python
|