Spaces:
Runtime error
Runtime error
Commit
·
aedb445
1
Parent(s):
3ce5fac
Update login.html with duplicate space button
Browse files- login.html +22 -11
login.html
CHANGED
|
@@ -54,28 +54,39 @@
|
|
| 54 |
<li>
|
| 55 |
How to use
|
| 56 |
<a href="https://docs.llamaindex.ai/en/stable/">Llama-index</a> to chunk
|
| 57 |
-
texts to fit into the context length of sentence embedding models
|
| 58 |
</li>
|
| 59 |
<li>
|
| 60 |
Using <a href="https://github.com/vllm-project/vllm">vLLM</a> to
|
| 61 |
-
efficiently create a dataset that can be used to fine
|
| 62 |
-
similarity model
|
| 63 |
</li>
|
| 64 |
-
|
| 65 |
</ul>
|
| 66 |
</div>
|
| 67 |
<div class="center-align">
|
| 68 |
<h2>Using the Space</h2>
|
| 69 |
<p>
|
| 70 |
To use this Space, use the duplicate button. You'll want to enable
|
| 71 |
-
persistent storage so you can save your work. To start, you may want to
|
|
|
|
|
|
|
| 72 |
</p>
|
| 73 |
-
<h2>Duplicate the Space to run your own instance</
|
| 74 |
-
<br
|
| 75 |
-
<a
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
<h4>The default token is <span style="color: orange">huggingface</span></h4>
|
| 80 |
</div>
|
| 81 |
{% if login_available %}
|
|
|
|
| 54 |
<li>
|
| 55 |
How to use
|
| 56 |
<a href="https://docs.llamaindex.ai/en/stable/">Llama-index</a> to chunk
|
| 57 |
+
texts to fit into the context length of sentence embedding models.
|
| 58 |
</li>
|
| 59 |
<li>
|
| 60 |
Using <a href="https://github.com/vllm-project/vllm">vLLM</a> to
|
| 61 |
+
efficiently create a dataset that can be used to fine-tune a Sentence
|
| 62 |
+
similarity model.
|
| 63 |
</li>
|
|
|
|
| 64 |
</ul>
|
| 65 |
</div>
|
| 66 |
<div class="center-align">
|
| 67 |
<h2>Using the Space</h2>
|
| 68 |
<p>
|
| 69 |
To use this Space, use the duplicate button. You'll want to enable
|
| 70 |
+
persistent storage so you can save your work. To start, you may want to
|
| 71 |
+
use a smaller GPU like the T4 and switch out to a bigger GPU when you want
|
| 72 |
+
to use bigger models for generating data.
|
| 73 |
</p>
|
| 74 |
+
<h2>Duplicate the Space to run your own instance</h2>
|
| 75 |
+
<br />
|
| 76 |
+
<a
|
| 77 |
+
class="duplicate-button"
|
| 78 |
+
style="display: inline-block"
|
| 79 |
+
target="_blank"
|
| 80 |
+
href="https://huggingface.co/spaces/davanstrien/synthetic-data-workshop?duplicate=true"
|
| 81 |
+
>
|
| 82 |
+
<img
|
| 83 |
+
style="margin: 0"
|
| 84 |
+
src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14"
|
| 85 |
+
alt="Duplicate Space"
|
| 86 |
+
/>
|
| 87 |
+
</a>
|
| 88 |
+
<br />
|
| 89 |
+
<br />
|
| 90 |
<h4>The default token is <span style="color: orange">huggingface</span></h4>
|
| 91 |
</div>
|
| 92 |
{% if login_available %}
|