Update app.py
Browse files
app.py
CHANGED
@@ -115,11 +115,25 @@ TITLE_HTML = """
|
|
115 |
<p style="font-size: 1.25rem; color: #94a3b8; margin: 0;">GammaCorpus v2-5m</p>
|
116 |
</div>
|
117 |
<div class="info-section">
|
118 |
-
<span>Fine-tuned from <a href="https://huggingface.co/Qwen/Qwen2.5-
|
119 |
</div>
|
120 |
</div>
|
121 |
|
122 |
-
<div style="display: flex; gap: 1.5rem; justify-content: center;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
<div class="model-section">
|
124 |
<h2 style="font-size: 1.25rem; color: #e2e8f0; margin-bottom: 1.4rem; margin-top: 1px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 0.7rem;">
|
125 |
<i class="fas fa-brain"></i>
|
|
|
115 |
<p style="font-size: 1.25rem; color: #94a3b8; margin: 0;">GammaCorpus v2-5m</p>
|
116 |
</div>
|
117 |
<div class="info-section">
|
118 |
+
<span>Fine-tuned from <a href="https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct" class="info-link">Qwen 2.5 1.5B Instruct</a> | Model: <a href="https://huggingface.co/rubenroy/Zurich-1.5B-GCv2-5m" class="info-link">Zurich-1.5B-GCv2-5m</a> | Training Dataset: <a href="https://huggingface.co/datasets/rubenroy/GammaCorpus-v2-5m" class="info-link">GammaCorpus v2 5m</a></span>
|
119 |
</div>
|
120 |
</div>
|
121 |
|
122 |
+
<div style="display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap;">
|
123 |
+
<div class="model-section">
|
124 |
+
<h2 style="font-size: 1.25rem; color: #e2e8f0; margin-bottom: 1.4rem; margin-top: 1px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 0.7rem;">
|
125 |
+
<i class="fas fa-microchip"></i>
|
126 |
+
1.5B Models
|
127 |
+
</h2>
|
128 |
+
<div style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem;">
|
129 |
+
<a href="https://huggingface.co/rubenroy/Zurich-1.5B-GCv2-5m" class="model-btn">Zurich 1.5B GCv2 5m</a>
|
130 |
+
<a href="https://huggingface.co/rubenroy/Zurich-1.5B-GCv2-1m" class="model-btn">Zurich 1.5B GCv2 1m</a>
|
131 |
+
<a href="https://huggingface.co/rubenroy/Zurich-1.5B-GCv2-500k" class="model-btn">Zurich 1.5B GCv2 500k</a>
|
132 |
+
<a href="https://huggingface.co/rubenroy/Zurich-1.5B-GCv2-100k" class="model-btn">Zurich 1.5B GCv2 100k</a>
|
133 |
+
<a href="https://huggingface.co/rubenroy/Zurich-1.5B-GCv2-50k" class="model-btn">Zurich 1.5B GCv2 50k</a>
|
134 |
+
<a href="https://huggingface.co/rubenroy/Zurich-1.5B-GCv2-10k" class="model-btn">Zurich 1.5B GCv2 10k</a>
|
135 |
+
</div>
|
136 |
+
</div>
|
137 |
<div class="model-section">
|
138 |
<h2 style="font-size: 1.25rem; color: #e2e8f0; margin-bottom: 1.4rem; margin-top: 1px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 0.7rem;">
|
139 |
<i class="fas fa-brain"></i>
|