Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

This is finetuned model for multi turn style RAG. I picked up some datasets consisting of knowledge based multi turn conversations for training.

base model : https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca
prompt teamplate : chatml (same as https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca)

<|im_start|>system
{system_prompt}

{context}<|im_end|>
<|im_start|>user
{user_query}<|im_end|>
<|im_start|>assistant
{answer}
<|im_end|>
Downloads last month
1,694
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.