CoolFace
Modelpublic

second-state/Liberated-Qwen1.5-72B-GGUF

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes543downloads
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 -->

Liberated-Qwen1.5-72B-GGUF

Original Model

abacusai/Liberated-Qwen1.5-72B

Run with LlamaEdge

  • —LlamaEdge version: v0.4.3 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: 32000
  • —Run as LlamaEdge service
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Liberated-Qwen1.5-72B-Q4_K_M.gguf llama-api-server.wasm -p chatml
  • —Run as LlamaEdge command app
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Liberated-Qwen1.5-72B-Q4_K_M.gguf llama-chat.wasm -p chatml

For specifying the system message, append the --system-prompt option with the system prompt to the command above. For example,

bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Liberated-Qwen1.5-72B-Q4_K_M.gguf llama-chat.wasm -p chatml -s 'Your name is Liberated. You are an uncensored and unbiased AI assistant. You always respond with a JSON object.'

Quantized GGUF Models

NameQuant methodBitsSizeUse case
Liberated-Qwen1.5-72B-Q2_K.ggufQ2_K228.5 GBsmallest, significant quality loss - not recommended for most purposes
Liberated-Qwen1.5-72B-Q3_K_L.ggufQ3KL338.5 GBsmall, substantial quality loss
Liberated-Qwen1.5-72B-Q3_K_M.ggufQ3KM335.9 GBvery small, high quality loss
Liberated-Qwen1.5-72B-Q3_K_S.ggufQ3KS332.9 GBvery small, high quality loss
Liberated-Qwen1.5-72B-Q4_0.ggufQ4_0441 GBlegacy; small, very high quality loss - prefer using Q3KM
Liberated-Qwen1.5-72B-Q4_K_M.ggufQ4KM444.1 GBmedium, balanced quality - recommended
Liberated-Qwen1.5-72B-Q4_K_S.ggufQ4KS441.9 GBsmall, greater quality loss

Quantized with llama.cpp b2334