Commit
•
73ba593
1
Parent(s):
fcb80bc
Update login.html with improved content structure and links
Browse files- login.html +6 -8
login.html
CHANGED
@@ -40,9 +40,9 @@
|
|
40 |
<div class="left-align">
|
41 |
<h2>What's covered?</h2>
|
42 |
<p>Currently this Space has notebooks covering the following topics:</p>
|
43 |
-
<
|
44 |
<p>
|
45 |
-
A
|
46 |
fine-tuning a sentence similarity model. These notebooks cover:
|
47 |
</p>
|
48 |
<ul>
|
@@ -66,13 +66,11 @@
|
|
66 |
<div class="center-align">
|
67 |
<h2>Using the Space</h2>
|
68 |
<p>
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
to use bigger models for generating data.
|
73 |
<b>Reminder</b> you can preview the notebooks in the Space without running
|
74 |
-
them. You can find the
|
75 |
-
<a href="https://huggingface.co/spaces/davanstrien/synthetic-data-workshop/tree/main/notebooks">here</a>.
|
76 |
</p>
|
77 |
</p>
|
78 |
<h2>Duplicate the Space to run your own instance</h2>
|
|
|
40 |
<div class="left-align">
|
41 |
<h2>What's covered?</h2>
|
42 |
<p>Currently this Space has notebooks covering the following topics:</p>
|
43 |
+
<h4>Creating synthetic text similarity datasets:</h4>
|
44 |
<p>
|
45 |
+
A series of notebooks covering the steps for creating a synthetic dataset for
|
46 |
fine-tuning a sentence similarity model. These notebooks cover:
|
47 |
</p>
|
48 |
<ul>
|
|
|
66 |
<div class="center-align">
|
67 |
<h2>Using the Space</h2>
|
68 |
<p>
|
69 |
+
To use this Space, you should <a href="https://huggingface.co/spaces/davanstrien/synthetic-data-workshop?duplicate=true">duplicate it</a>.
|
70 |
+
To ensure your work is saved it's suggested to enable persistent storage for your Space.
|
71 |
+
To start, you may want to use a smaller GPU like the T4 and switch out to a bigger GPU when you want to run larger LLMs or generate more data.
|
|
|
72 |
<b>Reminder</b> you can preview the notebooks in the Space without running
|
73 |
+
them. You can find the Jupyter Notebooks in the <a href="https://huggingface.co/spaces/davanstrien/synthetic-data-workshop/tree/main/notebooks">notebooks folder </a>.
|
|
|
74 |
</p>
|
75 |
</p>
|
76 |
<h2>Duplicate the Space to run your own instance</h2>
|