Better display of badges on model card
#2
by
victor
HF staff
- opened
README.md
CHANGED
@@ -12,37 +12,43 @@ license_link: https://github.com/deepseek-ai/DeepSeek-V2/blob/main/LICENSE-MODEL
|
|
12 |
<img src="https://github.com/deepseek-ai/DeepSeek-V2/blob/main/figures/logo.svg?raw=true" width="60%" alt="DeepSeek-V2" />
|
13 |
</div>
|
14 |
<hr>
|
15 |
-
<div
|
16 |
-
<
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
<
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
</div>
|
47 |
|
48 |
<p align="center">
|
|
|
12 |
<img src="https://github.com/deepseek-ai/DeepSeek-V2/blob/main/figures/logo.svg?raw=true" width="60%" alt="DeepSeek-V2" />
|
13 |
</div>
|
14 |
<hr>
|
15 |
+
<div style="display: flex; justify-content:center; gap:8px; flex-wrap: wrap; max-width:488px; margin: 0 auto;">
|
16 |
+
<img
|
17 |
+
style="margin: 0;"
|
18 |
+
alt="Homepage"
|
19 |
+
src="https://github.com/deepseek-ai/DeepSeek-V2/blob/main/figures/badge.svg?raw=true"
|
20 |
+
/>
|
21 |
+
<img
|
22 |
+
style="margin: 0;"
|
23 |
+
alt="Chat"
|
24 |
+
src="https://img.shields.io/badge/🤖%20Chat-DeepSeek%20V2-536af5?color=536af5&logoColor=white"
|
25 |
+
/>
|
26 |
+
<img
|
27 |
+
style="margin: 0;"
|
28 |
+
alt="Hugging Face"
|
29 |
+
src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-DeepSeek%20AI-ffc107?color=ffc107&logoColor=white"
|
30 |
+
/>
|
31 |
+
<img
|
32 |
+
style="margin: 0;"
|
33 |
+
alt="Discord"
|
34 |
+
src="https://img.shields.io/badge/Discord-DeepSeek%20AI-7289da?logo=discord&logoColor=white&color=7289da"
|
35 |
+
/>
|
36 |
+
<img
|
37 |
+
style="margin: 0;"
|
38 |
+
alt="Wechat"
|
39 |
+
src="https://img.shields.io/badge/WeChat-DeepSeek%20AI-brightgreen?logo=wechat&logoColor=white"
|
40 |
+
/>
|
41 |
+
<img
|
42 |
+
style="margin: 0;"
|
43 |
+
alt="Twitter Follow"
|
44 |
+
src="https://img.shields.io/badge/Twitter-deepseek_ai-white?logo=x&logoColor=white"
|
45 |
+
/>
|
46 |
+
<img style="margin: 0;" alt="Code License" src="https://img.shields.io/badge/Code_License-MIT-f5de53?&color=f5de53" />
|
47 |
+
<img
|
48 |
+
style="margin: 0;"
|
49 |
+
alt="Model License"
|
50 |
+
src="https://img.shields.io/badge/Model_License-Model_Agreement-f5de53?&color=f5de53"
|
51 |
+
/>
|
52 |
</div>
|
53 |
|
54 |
<p align="center">
|