Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -360,8 +360,8 @@ sys.stdout = Logger("output.log")
|
|
360 |
# Gradio interface
|
361 |
title = """
|
362 |
<div align="center">
|
363 |
-
<p style="font-size:
|
364 |
-
<p style="font-size: 20px;">📃 <a href="https://huggingface.co/automerger">
|
365 |
<p><em>AutoMerger selects two 7B models on top of the Open LLM Leaderboard, combine them with a merge technique, and evaluate the resulting model.</em></p>
|
366 |
</div>
|
367 |
"""
|
|
|
360 |
# Gradio interface
|
361 |
title = """
|
362 |
<div align="center">
|
363 |
+
<p style="font-size: 44px;">♾️ AutoMerger</p>
|
364 |
+
<p style="font-size: 20px;">📃 <a href="https://huggingface.co/automerger">Merged models</a> • 🏆 <a href="https://huggingface.co/spaces/automerger/Yet_Another_LLM_Leaderboard">Leaderboard</a> • 📝 <a href="https://medium.com/towards-data-science/merge-large-language-models-with-mergekit-2118fb392b54">Article</a> • 🐦 <a href="https://twitter.com/maximelabonne">Follow me on X</a></p>
|
365 |
<p><em>AutoMerger selects two 7B models on top of the Open LLM Leaderboard, combine them with a merge technique, and evaluate the resulting model.</em></p>
|
366 |
</div>
|
367 |
"""
|