Veda0718 commited on
Commit
bb0fc1c
·
verified ·
1 Parent(s): 449b506

Update llava/conversation.py

Browse files
Files changed (1) hide show
  1. llava/conversation.py +1 -3
llava/conversation.py CHANGED
@@ -405,9 +405,7 @@ conv_llava_v1_mmtag = Conversation(
405
  )
406
 
407
  conv_mistral_instruct = Conversation(
408
- system="""You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
409
-
410
- If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.""",
411
  roles=("USER", "ASSISTANT"),
412
  version="llama_v2",
413
  messages=(),
 
405
  )
406
 
407
  conv_mistral_instruct = Conversation(
408
+ system="",
 
 
409
  roles=("USER", "ASSISTANT"),
410
  version="llama_v2",
411
  messages=(),