Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update src/about.py
Browse files- src/about.py +13 -13
src/about.py
CHANGED
@@ -194,6 +194,19 @@ Make sure you have followed the above steps first.
|
|
194 |
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).
|
195 |
"""
|
196 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
198 |
CITATION_BUTTON_TEXT = r"""@misc{OJLL,
|
199 |
author = {Miyao, Yusuke and Ishida, Shigeki and Okamoto, Takumi and Han, Namgi and Mousterou, Akim and Fourrier, Clémentine and Hayashi, Toshihiro and Tachibana, Yuichiro},
|
@@ -211,17 +224,4 @@ CITATION_BUTTON_TEXT = r"""@misc{OJLL,
|
|
211 |
primaryClass={cs.CL},
|
212 |
url={https://arxiv.org/abs/2407.03963},
|
213 |
}
|
214 |
-
"""
|
215 |
-
|
216 |
-
BOTTOM_LOGO = """
|
217 |
-
<div style="display: flex; flex-direction: row; justify-content">
|
218 |
-
<a href="https://llm-jp.nii.ac.jp/en/">
|
219 |
-
<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">
|
220 |
-
</a>
|
221 |
-
<a href="https://mdx.jp/">
|
222 |
-
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/MDX-Logo-Oct-2024.jpg" alt="MDX" style="max-height: 100px">
|
223 |
-
</a>
|
224 |
-
<a href="https://huggingface.co/">
|
225 |
-
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/HuggingFace-Logo-Oct-2024.png" alt="HuggingFace" style="max-height: 100px">
|
226 |
-
</a>
|
227 |
"""
|
|
|
194 |
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).
|
195 |
"""
|
196 |
|
197 |
+
BOTTOM_LOGO = """
|
198 |
+
<div style="display: flex; flex-direction: row; justify-content">
|
199 |
+
<a href="https://llm-jp.nii.ac.jp/en/">
|
200 |
+
<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">
|
201 |
+
</a>
|
202 |
+
<a href="https://mdx.jp/">
|
203 |
+
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/MDX-Logo-Oct-2024.jpg" alt="MDX" style="max-height: 100px">
|
204 |
+
</a>
|
205 |
+
<a href="https://huggingface.co/">
|
206 |
+
<img src="https://raw.githubusercontent.com/AkimfromParis/akimfromparis/refs/heads/main/images/HuggingFace-Logo-Oct-2024.png" alt="HuggingFace" style="max-height: 100px">
|
207 |
+
</a>
|
208 |
+
"""
|
209 |
+
|
210 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
211 |
CITATION_BUTTON_TEXT = r"""@misc{OJLL,
|
212 |
author = {Miyao, Yusuke and Ishida, Shigeki and Okamoto, Takumi and Han, Namgi and Mousterou, Akim and Fourrier, Clémentine and Hayashi, Toshihiro and Tachibana, Yuichiro},
|
|
|
224 |
primaryClass={cs.CL},
|
225 |
url={https://arxiv.org/abs/2407.03963},
|
226 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
"""
|