EPlus-LLM commited on
Commit
55dd1b6
·
verified ·
1 Parent(s): af619d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -15
README.md CHANGED
@@ -6,29 +6,54 @@ base_model:
6
  ---
7
  # EPlus-LLM
8
 
9
- <!-- markdownlint-disable first-line-h1 -->
10
- <!-- markdownlint-disable html -->
11
- <!-- markdownlint-disable no-duplicate-header -->
12
-
13
  <div align="center">
14
  <img src="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/v2_platform_logo.png?raw=true" width="60%" alt="EPlus-LLM v2" />
15
  </div>
 
16
  <hr>
17
- <div align="center" style="line-height: 1.5; margin-top: 10px;">
18
- <a href="https://huggingface.co/EPlus-LLM" target="_blank" style="margin: 2px;">
19
- <img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-EPlus--LLMv2-ffc107?color=ffc107&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  </a>
21
- <a href="https://colab.research.google.com/github/Gangjiang1/EPlus-LLM/blob/main/v2/EPlus-LLMv2_inference.ipynb" target="_blank" style="margin: 4px;">
22
- <img alt="Open In Colab" src="https://colab.research.google.com/assets/colab-badge.svg" style="vertical-align: middle;"/>
23
  </a>
24
- <a href="https://www.linkedin.com/in/gang-jiang-46b990273" target="_blank" style="margin: 4px;">
25
- <img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-Connect-blue?logo=linkedin&logoColor=white" style="vertical-align: middle;"/>
26
  </a>
27
- <a href="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/qr.png?raw=true" target="_blank" style="margin: 4px;">
28
- <img alt="WeChat" src="https://img.shields.io/badge/WeChat-Gang%20Jiang-brightgreen?logo=wechat&logoColor=white" style="vertical-align: middle;"/>
29
  </a>
30
- <a href="LICENSE" target="_blank" style="margin: 4px;">
31
- <img alt="License" src="https://img.shields.io/badge/License-MIT-f5de53?color=f5de53" style="vertical-align: middle;"/>
32
  </a>
33
  </div>
34
 
 
6
  ---
7
  # EPlus-LLM
8
 
9
+ <!-- Logo 居中显示 -->
 
 
 
10
  <div align="center">
11
  <img src="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/v2_platform_logo.png?raw=true" width="60%" alt="EPlus-LLM v2" />
12
  </div>
13
+
14
  <hr>
15
+
16
+ <!-- Badge 样式美化 + 自适应布局 -->
17
+ <style>
18
+ .badge-container {
19
+ display: flex;
20
+ flex-wrap: wrap;
21
+ justify-content: center;
22
+ align-items: center;
23
+ gap: 6px;
24
+ margin-top: 10px;
25
+ margin-bottom: 10px;
26
+ }
27
+ .badge-container a img {
28
+ height: 28px;
29
+ transition: transform 0.2s ease;
30
+ }
31
+ .badge-container a:hover img {
32
+ transform: scale(1.05);
33
+ }
34
+ @media (max-width: 500px) {
35
+ .badge-container a img {
36
+ height: 24px;
37
+ }
38
+ }
39
+ </style>
40
+
41
+ <!-- 徽章容器 -->
42
+ <div class="badge-container">
43
+ <a href="https://huggingface.co/EPlus-LLM" target="_blank">
44
+ <img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-EPlus--LLMv2-ffc107?color=ffc107&logoColor=white"/>
45
  </a>
46
+ <a href="https://colab.research.google.com/github/Gangjiang1/EPlus-LLM/blob/main/v2/EPlus-LLMv2_inference.ipynb" target="_blank">
47
+ <img alt="Open In Colab" src="https://colab.research.google.com/assets/colab-badge.svg"/>
48
  </a>
49
+ <a href="https://www.linkedin.com/in/gang-jiang-46b990273" target="_blank">
50
+ <img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-Connect-blue?logo=linkedin&logoColor=white"/>
51
  </a>
52
+ <a href="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/qr.png?raw=true" target="_blank">
53
+ <img alt="WeChat" src="https://img.shields.io/badge/WeChat-Gang%20Jiang-brightgreen?logo=wechat&logoColor=white"/>
54
  </a>
55
+ <a href="LICENSE" target="_blank">
56
+ <img alt="License" src="https://img.shields.io/badge/License-MIT-f5de53?color=f5de53"/>
57
  </a>
58
  </div>
59