LeetCodeWizard 13B V1.1a - GGUF
- Original model: LeetCodeWizard 13B v1.1a
Description
This repo contains GGUF format model files for LeetCodeWizard 13B v1.1a. (model template inspired by TheBloke)
Prompt template: Alpaca
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{instruction}
### Response:
Explanation of quantisation methods
Click to see details
The new methods available are:
- GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
- GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
- GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
- GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
Refer to the Provided Files table below to see what files use which methods, and how.
Provided files
Name | Quantisation method | Bits | Size |
---|---|---|---|
LeetCodeWizard_13B_V1.1a.Q3_K.gguf | Q3_K | 3 | 6.34 GB |
LeetCodeWizard_13B_V1.1a.Q4_0.gguf | Q4_0 | 4 | 7.37 GB |
LeetCodeWizard_13B_V1.1a.Q4_1.gguf | Q4_1 | 4 | 8.17 GB |
LeetCodeWizard_13B_V1.1a.Q5_0.gguf | Q5_0 | 5 | 8.97 GB |
LeetCodeWizard_13B_V1.1a.Q5_1.gguf | Q5_1 | 5 | 9.78 GB |
LeetCodeWizard_13B_V1.1a.Q6_K.gguf | Q6_K | 6 | 10.7 GB |
LeetCodeWizard_13B_V1.1a.Q8_0.gguf | Q8_0 | 8 | 13.8 GB |
- Downloads last month
- 208
Model tree for Nan-Do/LeetCodeWizard_13B_V1.1a-GGUF
Base model
Nan-Do/LeetCodeWizard_13B_v1.1a