suggest models instruction
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
@@ -340,6 +340,9 @@
|
|
340 |
<a href="{{ url_for('about') }}" class="custom-button mt-3">Motivation and Methodology page</a>
|
341 |
<!-- <a href="{{ url_for('new_model') }}" class="custom-button mt-3">Submit a model</a>-->
|
342 |
</div>
|
|
|
|
|
|
|
343 |
<div class="citation-section">
|
344 |
<p>
|
345 |
You can find more details in our <a target="_blank" href="https://arxiv.org/abs/2402.14846">paper</a>.
|
|
|
340 |
<a href="{{ url_for('about') }}" class="custom-button mt-3">Motivation and Methodology page</a>
|
341 |
<!-- <a href="{{ url_for('new_model') }}" class="custom-button mt-3">Submit a model</a>-->
|
342 |
</div>
|
343 |
+
<p>
|
344 |
+
Feel free to suggest models by opening an Issue on the space. Suggested models should have context length >8k tokens.
|
345 |
+
</p>
|
346 |
<div class="citation-section">
|
347 |
<p>
|
348 |
You can find more details in our <a target="_blank" href="https://arxiv.org/abs/2402.14846">paper</a>.
|