roleplaiapp
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- 32b
|
6 |
+
- 5-bit
|
7 |
+
- Q5_K_M
|
8 |
+
- deepseek
|
9 |
+
- distill
|
10 |
+
- gguf
|
11 |
+
- llama-cpp
|
12 |
+
- qwen
|
13 |
+
- text-generation
|
14 |
+
- uncensored
|
15 |
+
---
|
16 |
+
|
17 |
+
# roleplaiapp/DeepSeek-R1-Distill-Qwen-32B-Uncensored-Q5_K_M-GGUF
|
18 |
+
|
19 |
+
**Repo:** `roleplaiapp/DeepSeek-R1-Distill-Qwen-32B-Uncensored-Q5_K_M-GGUF`
|
20 |
+
**Original Model:** `DeepSeek-R1-Distill-Qwen-32B-Uncensored`
|
21 |
+
**Quantized File:** `DeepSeek-R1-Distill-Qwen-32B-Uncensored.Q5_K_M.gguf`
|
22 |
+
**Quantization:** `GGUF`
|
23 |
+
**Quantization Method:** `Q5_K_M`
|
24 |
+
|
25 |
+
## Overview
|
26 |
+
This is a GGUF Q5_K_M quantized version of DeepSeek-R1-Distill-Qwen-32B-Uncensored
|
27 |
+
## Quantization By
|
28 |
+
I often have idle GPUs while building/testing for the RP app, so I put them to use quantizing models.
|
29 |
+
I hope the community finds these quantizations useful.
|
30 |
+
|
31 |
+
Andrew Webby @ [RolePlai](https://roleplai.app/).
|