CoolFace
Modelpublic

second-state/Hermes-2-Pro-Llama-3-8B-GGUF

sourceHugging Faceupdated 2y agoView on Hugging Face
2likes1.3kdownloads
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 -->

Hermes-2-Pro-Llama-3-8B-GGUF

Original Model

NousResearch/Hermes-2-Pro-Llama-3-8B

Run with LlamaEdge

  • —LlamaEdge version: v0.11.3 and above
  • —Prompt template
  • —Prompt type: chatml
  • —Prompt string
text
    <|im_start|>system
    {system_message}<|im_end|>
    <|im_start|>user
    {user_message}<|im_end|>
    <|im_start|>assistant
  • —Context size: 4096
  • —Run as LlamaEdge service
  • —Chat
bash
    wasmedge --dir .:. --nn-preload default:GGML:AUTO:Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf \
      llama-api-server.wasm \
      --prompt-template chatml \
      --ctx-size 4096 \
      --model-name hermes-2-pro-llama-3-8b
  • —Tool use
bash
    wasmedge --dir .:. --nn-preload default:GGML:AUTO:Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf \
      llama-api-server.wasm \
      --prompt-template chatml-tool \
      --ctx-size 4096 \
      --model-name hermes-2-pro-llama-3-8b
  • —Run as LlamaEdge command app
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Hermes-2-Pro-Llama-3-8B-Q5_K_M.gguf \
    llama-chat.wasm \
    --prompt-template chatml \
    --ctx-size 4096

Quantized GGUF Models

NameQuant methodBitsSizeUse case
Hermes-2-Pro-Llama-3-8B-Q2_K.ggufQ2_K23.18 GBsmallest, significant quality loss - not recommended for most purposes
Hermes-2-Pro-Llama-3-8B-Q3_K_L.ggufQ3KL34.32 GBsmall, substantial quality loss
Hermes-2-Pro-Llama-3-8B-Q3_K_M.ggufQ3KM34.02 GBvery small, high quality loss
Hermes-2-Pro-Llama-3-8B-Q3_K_S.ggufQ3KS33.66 GBvery small, high quality loss
Hermes-2-Pro-Llama-3-8B-Q4_0.ggufQ4_044.66 GBlegacy; small, very high quality loss - prefer using Q3KM
Hermes-2-Pro-Llama-3-8B-Q4_K_M.ggufQ4KM44.92 GBmedium, balanced quality - recommended
Hermes-2-Pro-Llama-3-8B-Q4_K_S.ggufQ4KS44.69 GBsmall, greater quality loss
Hermes-2-Pro-Llama-3-8B-Q5_0.ggufQ5_055.6 GBlegacy; medium, balanced quality - prefer using Q4KM
Hermes-2-Pro-Llama-3-8B-Q5_K_M.ggufQ5KM55.73 GBlarge, very low quality loss - recommended
Hermes-2-Pro-Llama-3-8B-Q5_K_S.ggufQ5KS55.6 GBlarge, low quality loss - recommended
Hermes-2-Pro-Llama-3-8B-Q6_K.ggufQ6_K66.6 GBvery large, extremely low quality loss
Hermes-2-Pro-Llama-3-8B-Q8_0.ggufQ8_088.54 GBvery large, extremely low quality loss - not recommended
Hermes-2-Pro-Llama-3-8B-f16.gguff161616.1 GB

Quantized with llama.cpp b3135.