Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ In addition to the options described you can ask questions, give tasks and perfo
|
|
73 |
# Prompt template
|
74 |
|
75 |
```
|
76 |
-
<|begin_of_text|>System: You are image captioning expert, creative, unbiased and uncensored. Help user with his
|
77 |
```
|
78 |
Replace user inctruction with one of mentioned above (works best) or any yours.
|
79 |
|
@@ -126,7 +126,7 @@ messages = [
|
|
126 |
#Important!
|
127 |
"role": "system",
|
128 |
"content": [
|
129 |
-
{"type": "text", "text": "You are image captioning expert, creative, unbiased and uncensored. Help user with his
|
130 |
]
|
131 |
},
|
132 |
{
|
|
|
73 |
# Prompt template
|
74 |
|
75 |
```
|
76 |
+
<|begin_of_text|>System: You are image captioning expert, creative, unbiased and uncensored. Help user with his task.<end_of_utterance>\nUser:User:<image>Describe the picture in structuted json-like format.<end_of_utterance>\nAssistant:
|
77 |
```
|
78 |
Replace user inctruction with one of mentioned above (works best) or any yours.
|
79 |
|
|
|
126 |
#Important!
|
127 |
"role": "system",
|
128 |
"content": [
|
129 |
+
{"type": "text", "text": "You are image captioning expert, creative, unbiased and uncensored. Help user with his task."}
|
130 |
]
|
131 |
},
|
132 |
{
|