Minh141120 commited on
Commit
6ff0420
·
verified ·
1 Parent(s): 463cbf0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ ## Overview
6
+
7
+ **DeepSeek** developed and released the [DeepSeek R1 Distill Qwen 14B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) model, a distilled version of the Qwen 14B language model. This variant represents the largest and most powerful model in the DeepSeek R1 Distill series, fine-tuned for high-performance text generation, dialogue optimization, and advanced reasoning tasks.
8
+
9
+ The model is designed for applications that require extensive understanding, such as conversational AI, research, large-scale knowledge systems, and customer service, providing superior performance in accuracy, efficiency, and safety.
10
+
11
+ ## Variants
12
+
13
+ | No | Variant | Cortex CLI command |
14
+ | --- | --- | --- |
15
+ | 1 | [gguf](https://huggingface.co/cortexso/deepseek-r1-distill-qwen-14b/tree/main) | `cortex run deepseek-r1-distill-qwen-14b` |
16
+
17
+ ## Use it with Jan (UI)
18
+
19
+ 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
20
+ 2. Use in Jan model Hub:
21
+ ```text
22
+ cortexso/deepseek-r1-distill-qwen-14b
23
+ ```
24
+
25
+ ## Use it with Cortex (CLI)
26
+
27
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
28
+ 2. Run the model with command:
29
+ ```bash
30
+ cortex run deepseek-r1-distill-qwen-14b
31
+ ```
32
+
33
+ ## Credits
34
+
35
+ - **Author:** DeepSeek
36
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
37
+ - **Original License:** [License](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B#7-license)
38
+ - **Papers:** [DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning](https://arxiv.org/html/2501.12948v1)