Lonepic commited on
Commit
bda11b8
·
verified ·
1 Parent(s): 48fac7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -19
README.md CHANGED
@@ -6,25 +6,25 @@ pipeline_tag: text-generation
6
 
7
  # Agents-A1: Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent
8
 
9
- <div style="display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: nowrap;">
10
- <span style="font-size: 16px;" role="img" aria-label="Homepage">🏠</span>
11
- <a href="https://internscience.github.io/Agents-A1/"><b>Homepage</b></a>
12
- <span style="color: #ccc;">|</span>
13
-
14
- <img src="./figures/24px.svg" width="16" height="16" alt="Technical Report" style="filter: invert(0.5);">
15
- <a href="https://arxiv.org/abs/2606.30616"><b>Technical Report</b></a>
16
- <span style="color: #ccc;">|</span>
17
-
18
- <img src="./figures/hf-logo.svg" width="16" height="16" alt="Hugging Face">
19
- <a href="https://huggingface.co/InternScience/Agents-A1"><b>Hugging Face</b></a>
20
- <span style="color: #ccc;">|</span>
21
-
22
- <img src="./figures/github-logo.svg" width="16" height="16" alt="GitHub">
23
- <a href="GitHub - InternScience/Agents-A1: Reaching Trillion-Parameter Performance with a 35B Agent"><b>Github</b></a>
24
- <span style="color: #ccc;">|</span>
25
-
26
- <img src="./figures/modelscope-logo.svg" width="16" height="16" alt="Model Scope">
27
- <a href="https://modelscope.cn/models/Shanghai_AI_Laboratory/Agents-A1"><b>ModelScope</b></a>
28
  </div>
29
 
30
  > [!Note]
 
6
 
7
  # Agents-A1: Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent
8
 
9
+ <div style="display: flex; flex-direction: column; align-items: center; line-height: 1.2;">
10
+ <div style="display: flex; justify-content: center; align-items: center; gap: 10px; height: 30px;">
11
+ <span style="font-size: 16px;" role="img" aria-label="Homepage">🏠</span>
12
+ <a href="https://internscience.github.io/Agents-A1/"><b>Homepage</b></a>
13
+ <span style="color: #ccc;">|</span>
14
+ <img src="./figures/24px.svg" width="16" height="16" alt="Technical Report" style="filter: invert(0.5);">
15
+ <a href="https://arxiv.org/abs/2606.30616"><b>Technical Report</b></a>
16
+ </div>
17
+
18
+ <div style="display: flex; justify-content: center; align-items: center; gap: 10px; height: 30px; margin-top: 2px;">
19
+ <img src="./figures/hf-logo.svg" width="16" height="16" alt="Hugging Face">
20
+ <a href="https://huggingface.co/InternScience/Agents-A1"><b>Hugging Face</b></a>
21
+ <span style="color: #ccc;">|</span>
22
+ <img src="./figures/github-logo.svg" width="16" height="16" alt="GitHub">
23
+ <a href="GitHub - InternScience/Agents-A1: Reaching Trillion-Parameter Performance with a 35B Agent"><b>Github</b></a>
24
+ <span style="color: #ccc;">|</span>
25
+ <img src="./figures/modelscope-logo.svg" width="16" height="16" alt="Model Scope">
26
+ <a href="https://modelscope.cn/models/Shanghai_AI_Laboratory/Agents-A1"><b>ModelScope</b></a>
27
+ </div>
28
  </div>
29
 
30
  > [!Note]