Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- deepseek-ai/DeepSeek-R1-0528
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This is a custom quant of DeepSeek's R1 0528 model that has the following:
|
| 7 |
+
- Q8_0 for the default quantization type (attention, shared experts, etc.)
|
| 8 |
+
- Q4_K for the FFN_UP and FFN_GATE tensors
|
| 9 |
+
- Q5_K for the FFN_DOWN tensors
|
| 10 |
+
|
| 11 |
+
The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model, it should be possible to achieve a better quality while keeping the overall size of the entire model smaller compared to a similar naive quantization.
|
| 12 |
+
|
| 13 |
+
This model was produced using [Unsloths's imatrix](https://huggingface.co/unsloth/DeepSeek-R1-0528-GGUF/blob/main/imatrix_unsloth.dat).
|