Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B"
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- transformers
|
7 |
+
- safetensors
|
8 |
+
- qwen2
|
9 |
+
- text-generation
|
10 |
+
- conversational
|
11 |
+
- autotrain_compatible
|
12 |
+
- text-generation-inference
|
13 |
+
- endpoints_compatible
|
14 |
+
- region:us
|
15 |
+
license: "unknown"
|
16 |
+
inference: false
|
17 |
+
quantized_by: pbatra
|
18 |
+
---
|
19 |
+
|
20 |
+
# DeepSeek-R1-Distill-Qwen-7B
|
21 |
+
|
22 |
+
This repository contains quantized versions of the model from the original repository: [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B).
|
23 |
+
|
24 |
+
| Name | Quantization Method | Size (GB) |
|
25 |
+
|------|---------------------|-----------|
|
26 |
+
| deepseek-r1-distill-qwen-7b.Q8_0.gguf | q8_0 | 7.54 |
|
27 |
+
| deepseek-r1-distill-qwen-7b.Q4_0.gguf | q4_0 | 4.13 |
|