Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ctranslate2
|
3 |
+
base_model:
|
4 |
+
- deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
5 |
+
base_model_relation: quantized
|
6 |
+
tags:
|
7 |
+
- ctranslate2
|
8 |
+
- chat
|
9 |
+
---
|
10 |
+
Ctranslate2 8-bit quantization of [original model](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B).
|