Spaces:
Restarting
on
CPU Upgrade
Restarting
on
CPU Upgrade
Center logo images
Browse files- src/about.py +7 -7
src/about.py
CHANGED
@@ -193,15 +193,15 @@ Make sure you have followed the above steps first.
|
|
193 |
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
194 |
"""
|
195 |
BOTTOM_LOGO = """
|
196 |
-
<div style="display: flex; flex-direction: row; justify-content">
|
197 |
-
<a href="https://llm-jp.nii.ac.jp/en/">
|
198 |
-
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 100px">
|
199 |
</a>
|
200 |
-
<a href="https://mdx.jp/">
|
201 |
-
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/MDX-Logo-Oct-2024.jpg" alt="MDX" style="max-height: 100px">
|
202 |
</a>
|
203 |
-
|
204 |
-
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/HuggingFace-Logo-Oct-2024.png" alt="HuggingFace" style="max-height: 100px">
|
205 |
</a>
|
206 |
</div>
|
207 |
"""
|
|
|
193 |
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
194 |
"""
|
195 |
BOTTOM_LOGO = """
|
196 |
+
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center;">
|
197 |
+
<a href="https://llm-jp.nii.ac.jp/en/" style="margin: 0 10px;">
|
198 |
+
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/LLM-jp-Logo-Oct-2024.png" alt="LLM-jp" style="max-height: 100px;">
|
199 |
</a>
|
200 |
+
<a href="https://mdx.jp/" style="margin: 0 10px;">
|
201 |
+
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/MDX-Logo-Oct-2024.jpg" alt="MDX" style="max-height: 100px;">
|
202 |
</a>
|
203 |
+
<a href="https://huggingface.co/" style="margin: 0 10px;">
|
204 |
+
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/HuggingFace-Logo-Oct-2024.png" alt="HuggingFace" style="max-height: 100px;">
|
205 |
</a>
|
206 |
</div>
|
207 |
"""
|