CoolFace
Modelpublic

second-state/Wizard-Vicuna-13B-Uncensored-GGUF

sourceHugging Faceotherupdated 3y agoView on Hugging Face
16likes3.5kdownloads
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 -->

Wizard-Vicuna-13B-Uncensored-GGUF

Original Model

cognitivecomputations/Wizard-Vicuna-13B-Uncensored

Run with LlamaEdge

  • —LlamaEdge version: v0.2.8 and above
  • —Prompt template
  • —Prompt type: vicuna-1.0-chat
  • —Prompt string
text
    {system} USER: {prompt} ASSISTANT:
  • —Context size: 5120
  • —Run as LlamaEdge service
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Wizard-Vicuna-13B-Uncensored-Q5_K_M.gguf llama-api-server.wasm -p vicuna-1.0-chat
  • —Run as LlamaEdge command app
bash
  wasmedge --dir .:. --nn-preload default:GGML:AUTO:Wizard-Vicuna-13B-Uncensored-Q5_K_M.gguf llama-chat.wasm -p vicuna-1.0-chat

Quantized GGUF Models

NameQuant methodBitsSizeUse case
Wizard-Vicuna-13B-Uncensored-Q2_K.ggufQ2_K24.85 GBsmallest, significant quality loss - not recommended for most purposes
Wizard-Vicuna-13B-Uncensored-Q3_K_L.ggufQ3KL36.93 GBsmall, substantial quality loss
Wizard-Vicuna-13B-Uncensored-Q3_K_M.ggufQ3KM36.34 GBvery small, high quality loss
Wizard-Vicuna-13B-Uncensored-Q3_K_S.ggufQ3KS35.66 GBvery small, high quality loss
Wizard-Vicuna-13B-Uncensored-Q4_0.ggufQ4_047.37 GBlegacy; small, very high quality loss - prefer using Q3KM
Wizard-Vicuna-13B-Uncensored-Q4_K_M.ggufQ4KM47.87 GBmedium, balanced quality - recommended
Wizard-Vicuna-13B-Uncensored-Q4_K_S.ggufQ4KS47.42 GBsmall, greater quality loss
Wizard-Vicuna-13B-Uncensored-Q5_0.ggufQ5_058.97 GBlegacy; medium, balanced quality - prefer using Q4KM
Wizard-Vicuna-13B-Uncensored-Q5_K_M.ggufQ5KM59.23 GBlarge, very low quality loss - recommended
Wizard-Vicuna-13B-Uncensored-Q5_K_S.ggufQ5KS58.97 GBlarge, low quality loss - recommended
Wizard-Vicuna-13B-Uncensored-Q6_K.ggufQ6_K610.7 GBvery large, extremely low quality loss
Wizard-Vicuna-13B-Uncensored-Q8_0.ggufQ8_0813.8 GBvery large, extremely low quality loss - not recommended