EPlus-LLM commited on
Commit
e088922
·
verified ·
1 Parent(s): 7a93143

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -14
README.md CHANGED
@@ -6,31 +6,41 @@ base_model:
6
  ---
7
  # EPlus-LLM
8
 
 
9
  <div align="center">
10
  <img src="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/v2_platform_logo.png?raw=true" width="60%" alt="EPlus-LLM v2" />
11
  </div>
 
12
  <hr>
13
- <div align="center" style="line-height: 1;">
14
- <a href="https://huggingface.co/EPlus-LLM/" target="_blank" style="margin: 2px;">
15
- <img alt="Homepage" src="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/v2_badge.png?raw=true" width="15%" style="display: inline-block; vertical-align: middle;"/>
 
 
 
 
16
  </a>
17
- <a href="https://huggingface.co/EPlus-LLM/" target="_blank" style="margin: 2px;">
18
- <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;"/>
 
 
19
  </a>
20
- </div>
21
 
22
- <a href="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/qr.png?raw=true" target="_blank" style="margin: 2px;">
23
- <img alt="Wechat" src="https://img.shields.io/badge/WeChat-Gang%20Jiang-brightgreen?logo=wechat&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
 
24
  </a>
25
- <a href="www.linkedin.com/in/gang-jiang-46b990273" target="_blank" style="margin: 2px;">
26
- <img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-Connect-blue?logo=linkedin&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
 
 
27
  </a>
28
- </div>
29
 
30
- <div align="center" style="line-height: 1;">
31
- <a href="LICENSE" style="margin: 2px;">
32
- <img alt="License" src="https://img.shields.io/badge/License-MIT-f5de53?&color=f5de53" style="display: inline-block; vertical-align: middle;"/>
33
  </a>
 
34
  </div>
35
 
36
  **EPlus-LLM series, natural language for auto-building energy modeling via LLM**
 
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
+ <!-- 所有徽章统一居中 -->
17
+ <div align="center" style="line-height: 1.5; margin-top: 10px;">
18
+
19
+ <!-- 项目徽章 -->
20
+ <a href="https://huggingface.co/EPlus-LLM/" target="_blank" style="margin: 4px;">
21
+ <img alt="Homepage" src="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/v2_badge.png?raw=true" width="15%" style="vertical-align: middle;"/>
22
  </a>
23
+
24
+ <!-- Hugging Face Badge -->
25
+ <a href="https://huggingface.co/EPlus-LLM/" target="_blank" style="margin: 4px;">
26
+ <img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-DeepSeek%20AI-ffc107?color=ffc107&logoColor=white" style="vertical-align: middle;"/>
27
  </a>
 
28
 
29
+ <!-- 微信 Badge -->
30
+ <a href="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/qr.png?raw=true" target="_blank" style="margin: 4px;">
31
+ <img alt="WeChat" src="https://img.shields.io/badge/WeChat-Gang%20Jiang-brightgreen?logo=wechat&logoColor=white" style="vertical-align: middle;"/>
32
  </a>
33
+
34
+ <!-- LinkedIn Badge -->
35
+ <a href="https://www.linkedin.com/in/gang-jiang-46b990273" target="_blank" style="margin: 4px;">
36
+ <img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-Connect-blue?logo=linkedin&logoColor=white" style="vertical-align: middle;"/>
37
  </a>
 
38
 
39
+ <!-- License Badge -->
40
+ <a href="LICENSE" target="_blank" style="margin: 4px;">
41
+ <img alt="License" src="https://img.shields.io/badge/License-MIT-f5de53?color=f5de53" style="vertical-align: middle;"/>
42
  </a>
43
+
44
  </div>
45
 
46
  **EPlus-LLM series, natural language for auto-building energy modeling via LLM**