mylesgoose
commited on
Commit
•
9367e88
1
Parent(s):
cfbbb50
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ print(text_outputs)
|
|
51 |
|
52 |
and template in conversation.py :
|
53 |
conv_llava_llama_3 = Conversation(
|
54 |
-
system="<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are a helpful language and vision,
|
55 |
roles=("<|start_header_id|>user<|end_header_id|>\n\n",
|
56 |
"<|start_header_id|>assistant<|end_header_id|>\n\n"),
|
57 |
version="llama3",
|
|
|
51 |
|
52 |
and template in conversation.py :
|
53 |
conv_llava_llama_3 = Conversation(
|
54 |
+
system="<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\nYou are a helpful language and vision, AI. " "You are able to understand the visual content that the user provides, " "and assist the user with a variety of tasks using natural language, You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside <thinking> tags, and then provide your final response inside <output> tags. If you detect that you made a mistake in your reasoning at any point, correct yourself inside <reflection> tags.",
|
55 |
roles=("<|start_header_id|>user<|end_header_id|>\n\n",
|
56 |
"<|start_header_id|>assistant<|end_header_id|>\n\n"),
|
57 |
version="llama3",
|