shimmyshimmer commited on
Commit
48b09e5
·
verified ·
1 Parent(s): cbb7298

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +109 -3
README.md CHANGED
@@ -1,3 +1,109 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ base_model:
5
+ - deepseek-ai/DeepSeek-V3.1-Terminus
6
+ ---
7
+
8
+ A work in progress. For now you can run DeepSeek-V3.1: https://huggingface.co/unsloth/DeepSeek-V3.1-GGUF
9
+
10
+ Or read our guide: https://docs.unsloth.ai/models/deepseek-v3.1-how-to-run-locally
11
+
12
+
13
+ # DeepSeek-V3.1-Terminus
14
+
15
+ <!-- markdownlint-disable first-line-h1 -->
16
+ <!-- markdownlint-disable html -->
17
+ <!-- markdownlint-disable no-duplicate-header -->
18
+
19
+ <div align="center">
20
+ <img src="https://github.com/deepseek-ai/DeepSeek-V2/blob/main/figures/logo.svg?raw=true" width="60%" alt="DeepSeek-V3" />
21
+ </div>
22
+ <hr>
23
+ <div align="center" style="line-height: 1;">
24
+ <a href="https://www.deepseek.com/" target="_blank" style="margin: 2px;">
25
+ <img alt="Homepage" src="https://github.com/deepseek-ai/DeepSeek-V2/blob/main/figures/badge.svg?raw=true" style="display: inline-block; vertical-align: middle;"/>
26
+ </a>
27
+ <a href="https://chat.deepseek.com/" target="_blank" style="margin: 2px;">
28
+ <img alt="Chat" src="https://img.shields.io/badge/🤖%20Chat-DeepSeek%20V3-536af5?color=536af5&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
29
+ </a>
30
+ <a href="https://huggingface.co/deepseek-ai" target="_blank" style="margin: 2px;">
31
+ <img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-DeepSeek%20AI-ffc107?color=ffc107&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
32
+ </a>
33
+ </div>
34
+
35
+ <div align="center" style="line-height: 1;">
36
+ <a href="https://discord.gg/Tc7c45Zzu5" target="_blank" style="margin: 2px;">
37
+ <img alt="Discord" src="https://img.shields.io/badge/Discord-DeepSeek%20AI-7289da?logo=discord&logoColor=white&color=7289da" style="display: inline-block; vertical-align: middle;"/>
38
+ </a>
39
+ <a href="https://github.com/deepseek-ai/DeepSeek-V2/blob/main/figures/qr.jpeg?raw=true" target="_blank" style="margin: 2px;">
40
+ <img alt="Wechat" src="https://img.shields.io/badge/WeChat-DeepSeek%20AI-brightgreen?logo=wechat&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
41
+ </a>
42
+ <a href="https://twitter.com/deepseek_ai" target="_blank" style="margin: 2px;">
43
+ <img alt="Twitter Follow" src="https://img.shields.io/badge/Twitter-deepseek_ai-white?logo=x&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
44
+ </a>
45
+ </div>
46
+
47
+ <div align="center" style="line-height: 1;">
48
+ <a href="LICENSE" style="margin: 2px;">
49
+ <img alt="License" src="https://img.shields.io/badge/License-MIT-f5de53?&color=f5de53" style="display: inline-block; vertical-align: middle;"/>
50
+ </a>
51
+ </div>
52
+
53
+ ## Introduction
54
+
55
+ This update maintains the model's original capabilities while addressing issues reported by users, including:
56
+
57
+ - Language consistency: Reducing instances of mixed Chinese-English text and occasional abnormal characters;
58
+ - Agent capabilities: Further optimizing the performance of the Code Agent and Search Agent.
59
+
60
+ | Benchmark | DeepSeek-V3.1 | DeepSeek-V3.1-Terminus |
61
+ | :--- | :---: | :---: |
62
+ | **Reasoning Mode w/o Tool Use** | | |
63
+ | MMLU-Pro | 84.8 | 85.0 |
64
+ | GPQA-Diamond | 80.1 | 80.7 |
65
+ | Humanity's Last Exam | 15.9 | 21.7 |
66
+ | LiveCodeBench | 74.8 | 74.9 |
67
+ | Codeforces | 2091 | 2046 |
68
+ | Aider-Polyglot | 76.3 | 76.1 |
69
+ | **Agentic Tool Use** | | |
70
+ | BrowseComp | 30.0 | 38.5 |
71
+ | BrowseComp-zh | 49.2 | 45.0 |
72
+ | SimpleQA | 93.4 | 96.8 |
73
+ | SWE Verified | 66.0 | 68.4 |
74
+ | SWE-bench Multilingual | 54.5 | 57.8 |
75
+ | Terminal-bench | 31.3 | 36.7 |
76
+
77
+ **The template and tool-set of search agent have been updated, which is shown in `assets/search_tool_trajectory.html`.**
78
+
79
+ ## How to Run Locally
80
+
81
+ The model structure of DeepSeek-V3.1-Terminus is the same as DeepSeek-V3. Please visit [DeepSeek-V3](https://github.com/deepseek-ai/DeepSeek-V3) repo for more information about running this model locally.
82
+
83
+ For the model's chat template other than search agent, please refer to the [DeepSeek-V3.1](https://huggingface.co/deepseek-ai/DeepSeek-V3.1) repo.
84
+
85
+ Here we also provide an updated inference demo code in the `inference` folder to help the community get started with running our model and understand the details of model architecture.
86
+
87
+ **NOTE: In the current model checkpoint, the parameters of `self_attn.o_proj` do not conform to the UE8M0 FP8 scale data format. This is a known issue and will be corrected in future model releases.**
88
+
89
+ ## License
90
+
91
+ This repository and the model weights are licensed under the [MIT License](LICENSE).
92
+
93
+ ## Citation
94
+
95
+ ```
96
+ @misc{deepseekai2024deepseekv3technicalreport,
97
+ title={DeepSeek-V3 Technical Report},
98
+ author={DeepSeek-AI},
99
+ year={2024},
100
+ eprint={2412.19437},
101
+ archivePrefix={arXiv},
102
+ primaryClass={cs.CL},
103
+ url={https://arxiv.org/abs/2412.19437},
104
+ }
105
+ ```
106
+
107
+ ## Contact
108
+
109
+ If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com).