pbatra commited on
Commit
f3c5d87
·
verified ·
1 Parent(s): dfda328

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: "deepseek-ai/DeepSeek-R1-Distill-Llama-8B"
3
+ language:
4
+ - en
5
+ tags:
6
+ - transformers
7
+ - safetensors
8
+ - llama
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-Llama-8B
21
+
22
+ This repository contains quantized versions of the model from the original repository: [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B).
23
+
24
+ | Name | Quantization Method | Size (GB) |
25
+ |------|---------------------|-----------|
26
+ | deepseek-r1-distill-llama-8b.Q8_0.gguf | q8_0 | 7.95 |
27
+ | deepseek-r1-distill-llama-8b.Q4_0.gguf | q4_0 | 4.34 |