|
--- |
|
language: |
|
- en |
|
license: apache-2.0 |
|
tags: |
|
- text-generation-inference |
|
- transformers |
|
- unsloth |
|
- mistral |
|
- gguf |
|
base_model: mistralai/Mistral-7B-Instruct-v0.2 |
|
--- |
|
|
|
# Mistral 7b Instruct v0.2 - Bulleted Notes |
|
|
|
## https://github.com/cognitivetech/ollama-ebook-summary |
|
|
|
## Template: |
|
|
|
ChatML |
|
|
|
## Modelfile: |
|
|
|
``` |
|
<|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 |
|
``` |
|
|
|
## Uploaded model |
|
|
|
- **Developed by:** cognitivetech |
|
- **License:** apache-2.0 |
|
- **Finetuned from model :** mistralai/Mistral-7B-Instruct-v0.2 |
|
|
|
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. |
|
|
|
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth) |
|
|