EPlus-LLM commited on
Commit
4556ffd
·
verified ·
1 Parent(s): 5b01bfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -8,6 +8,57 @@ base_model:
8
 
9
  # EPlus-LLM
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  **Natural Language Interface for Automated Building Energy Modeling via LLMs**
12
  *A prototype project exploring the use of fine-tuned large language models to automate building energy modeling from natural language input.*
13
 
 
8
 
9
  # EPlus-LLM
10
 
11
+ <!-- Logo 居中显示 -->
12
+ <div align="center">
13
+ <img src="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/v2_platform_logo.png?raw=true" width="100%" alt="EPlus-LLM v2" />
14
+ </div>
15
+
16
+ <hr>
17
+
18
+ <!-- Badge 样式美化 + 自适应布局 -->
19
+ <style>
20
+ .badge-container {
21
+ display: flex;
22
+ flex-wrap: wrap;
23
+ justify-content: center;
24
+ align-items: center;
25
+ gap: 6px;
26
+ margin-top: 10px;
27
+ margin-bottom: 10px;
28
+ }
29
+ .badge-container a img {
30
+ height: 28px;
31
+ transition: transform 0.2s ease;
32
+ }
33
+ .badge-container a:hover img {
34
+ transform: scale(1.05);
35
+ }
36
+ @media (max-width: 500px) {
37
+ .badge-container a img {
38
+ height: 24px;
39
+ }
40
+ }
41
+ </style>
42
+
43
+ <!-- 徽章容器 -->
44
+ <div class="badge-container">
45
+ <a href="https://huggingface.co/EPlus-LLM" target="_blank">
46
+ <img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-EPlus--LLMv2-ffc107?color=ffc107&logoColor=white"/>
47
+ </a>
48
+ <a href="https://colab.research.google.com/github/Gangjiang1/EPlus-LLM/blob/main/v2/EPlus-LLMv2_inference.ipynb" target="_blank">
49
+ <img alt="Open In Colab" src="https://colab.research.google.com/assets/colab-badge.svg"/>
50
+ </a>
51
+ <a href="https://www.linkedin.com/in/gang-jiang-46b990273" target="_blank">
52
+ <img alt="LinkedIn" src="https://img.shields.io/badge/LinkedIn-Connect-blue?logo=linkedin&logoColor=white"/>
53
+ </a>
54
+ <a href="https://huggingface.co/EPlus-LLM/EPlus-LLMv2/resolve/main/figs/qr.png?raw=true" target="_blank">
55
+ <img alt="WeChat" src="https://img.shields.io/badge/WeChat-Gang%20Jiang-brightgreen?logo=wechat&logoColor=white"/>
56
+ </a>
57
+ <a href="LICENSE" target="_blank">
58
+ <img alt="License" src="https://img.shields.io/badge/License-MIT-f5de53?color=f5de53"/>
59
+ </a>
60
+ </div>
61
+
62
  **Natural Language Interface for Automated Building Energy Modeling via LLMs**
63
  *A prototype project exploring the use of fine-tuned large language models to automate building energy modeling from natural language input.*
64