Spaces:
Running
Running
Update index.html
Browse files- index.html +10 -2
index.html
CHANGED
|
@@ -210,7 +210,8 @@
|
|
| 210 |
<a
|
| 211 |
href="https://huggingface.co/microsoft/phi-1_5"
|
| 212 |
class="link"
|
| 213 |
-
target="_blank"
|
|
|
|
| 214 |
>
|
| 215 |
model achieves state-of-the-art performance with only 1.3 billion
|
| 216 |
parameters, compared to models with up to 10 billion. You can try the
|
|
@@ -224,7 +225,14 @@
|
|
| 224 |
>.
|
| 225 |
</p>
|
| 226 |
</div>
|
| 227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
<div>
|
| 229 |
<label for="model" class="font-medium">Models Options: </label>
|
| 230 |
<select
|
|
|
|
| 210 |
<a
|
| 211 |
href="https://huggingface.co/microsoft/phi-1_5"
|
| 212 |
class="link"
|
| 213 |
+
target="_blank"
|
| 214 |
+
>Phi-1.5</a
|
| 215 |
>
|
| 216 |
model achieves state-of-the-art performance with only 1.3 billion
|
| 217 |
parameters, compared to models with up to 10 billion. You can try the
|
|
|
|
| 225 |
>.
|
| 226 |
</p>
|
| 227 |
</div>
|
| 228 |
+
<div>
|
| 229 |
+
<p class="text-xs italic max-w-lg">
|
| 230 |
+
<b>Note:</b>
|
| 231 |
+
When first run, the app will download and cache the model, which could
|
| 232 |
+
take a few minutes. The models are <b>~800MB</b> or <b>~1.51GB</b> in
|
| 233 |
+
size.
|
| 234 |
+
</p>
|
| 235 |
+
</div>
|
| 236 |
<div>
|
| 237 |
<label for="model" class="font-medium">Models Options: </label>
|
| 238 |
<select
|