Mistral Instruct Bulleted Notes v0.2
Collection
https://huggingface.co/blog/cognitivetech/bulleted-notes-ebook-summary โข 3 items โข Updated โข 1
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)ChatML
<|im_start|>system
<|im_start|>user
{{ .Prompt }} <|im_end|>
<|im_start|>assistant
{{ .Response }}<|im_end|>
"
PARAMETER stop <|im_start|>
PARAMETER stop <|im_end|>
PARAMETER num_ctx 8000
PARAMETER num_gpu -1
PARAMETER num_predict 4000
This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
mistralai/Mistral-7B-Instruct-v0.2
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="cognitivetech/Mistral-7b-Inst-0.2-Bulleted-Notes_GGUF", filename="", )