CoolFace
Modelpublic

second-state/dolphin-2.6-mistral-7B-GGUF

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
4likes1.9kdownloads
Model Card

<!-- header start --> <!-- 200823 --> <div style="width: auto; margin-left: auto; margin-right: auto"> <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;"> </div> <hr style="margin-top: 1.0em; margin-bottom: 1.0em;"> <!-- header end -->

Dolphin-2.6-Mistral-7B-GGUF

Original Model

cognitivecomputations/dolphin-2.6-mistral-7b

Run with LlamaEdge

  • —LlamaEdge version: v0.2.8 and above
  • —Prompt template
  • —Prompt type: chatml
  • —Prompt string
text
    <|im_start|>system
    {system_message}<|im_end|>
    <|im_start|>user
    {prompt}<|im_end|>
    <|im_start|>assistant
  • —Context size: 4096
  • —Run as LlamaEdge service
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:dolphin-2.6-mistral-7b-Q5_K_M.gguf llama-api-server.wasm -p chatml
  • —Run as LlamaEdge command app
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:dolphin-2.6-mistral-7b-Q5_K_M.gguf llama-chat.wasm -p chatml

Quantized GGUF Models

NameQuant methodBitsSizeUse case
dolphin-2.6-mistral-7b-Q2_K.ggufQ2_K23.08 GBsmallest, significant quality loss - not recommended for most purposes
dolphin-2.6-mistral-7b-Q3_K_L.ggufQ3KL33.2 GBsmall, substantial quality loss
dolphin-2.6-mistral-7b-Q3_K_M.ggufQ3KM33.52 GBvery small, high quality loss
dolphin-2.6-mistral-7b-Q3_K_S.ggufQ3KS33.16 GBvery small, high quality loss
dolphin-2.6-mistral-7b-Q4_0.ggufQ4_044.11 GBlegacy; small, very high quality loss - prefer using Q3KM
dolphin-2.6-mistral-7b-Q4_K_M.ggufQ4KM44.37 GBmedium, balanced quality - recommended
dolphin-2.6-mistral-7b-Q4_K_S.ggufQ4KS44.14 GBsmall, greater quality loss
dolphin-2.6-mistral-7b-Q5_0.ggufQ5_055 GBlegacy; medium, balanced quality - prefer using Q4KM
dolphin-2.6-mistral-7b-Q5_K_M.ggufQ5KM55.13 GBlarge, very low quality loss - recommended
dolphin-2.6-mistral-7b-Q5_K_S.ggufQ5KS55 GBlarge, low quality loss - recommended
dolphin-2.6-mistral-7b-Q6_K.ggufQ6_K65.94 GBvery large, extremely low quality loss
dolphin-2.6-mistral-7b-Q8_0.ggufQ8_087.7 GBvery large, extremely low quality loss - not recommended