Spaces:
Running
on
Zero
Running
on
Zero
Update oryx/conversation.py
Browse files- oryx/conversation.py +0 -11
oryx/conversation.py
CHANGED
@@ -366,17 +366,6 @@ conv_llava_llama_2 = Conversation(
|
|
366 |
sep2="</s>",
|
367 |
)
|
368 |
|
369 |
-
conv_llava_llama_3 = Conversation(
|
370 |
-
system="You are a helpful language and vision assistant. " "You are able to understand the visual content that the user provides, " "and assist the user with a variety of tasks using natural language.",
|
371 |
-
roles=("user", "assistant"),
|
372 |
-
version="llama_v3",
|
373 |
-
messages=[],
|
374 |
-
offset=0,
|
375 |
-
sep_style=SeparatorStyle.LLAMA_3,
|
376 |
-
tokenizer=AutoTokenizer.from_pretrained("/apdcephfs_jn/share_302244400/peterrao/nj3/models/Llama-3-8B-Instruct"),
|
377 |
-
stop_token_ids=[128009],
|
378 |
-
)
|
379 |
-
|
380 |
conv_mistral_instruct = Conversation(
|
381 |
system="",
|
382 |
roles=("USER", "ASSISTANT"),
|
|
|
366 |
sep2="</s>",
|
367 |
)
|
368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
369 |
conv_mistral_instruct = Conversation(
|
370 |
system="",
|
371 |
roles=("USER", "ASSISTANT"),
|