Update index.html
Browse files- index.html +7 -4
index.html
CHANGED
|
@@ -23,11 +23,14 @@
|
|
| 23 |
<p><strong>Note:</strong> To generate your API key, click on the <a href="https://huggingface.co/settings/tokens">Access Token tab in your Hugging Face settings</a>.</p>
|
| 24 |
<p>Tested with llama 8b and 70b, and mixtral, e.g.:</p>
|
| 25 |
<ul>
|
| 26 |
-
<li><code>=HF(cell or
|
| 27 |
-
<li><code>=HF(cell or
|
| 28 |
-
<li><code>=HF(cell or
|
| 29 |
</ul>
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
| 31 |
<p>This <a href="https://huggingface.co/blog/inference-pro#supported-models">blog post</a> gives a good overview of the supported models.
|
| 32 |
|
| 33 |
|
|
|
|
| 23 |
<p><strong>Note:</strong> To generate your API key, click on the <a href="https://huggingface.co/settings/tokens">Access Token tab in your Hugging Face settings</a>.</p>
|
| 24 |
<p>Tested with llama 8b and 70b, and mixtral, e.g.:</p>
|
| 25 |
<ul>
|
| 26 |
+
<li><code>=HF(cell or direct input, "meta-llama/Meta-Llama-3-70B-Instruct")</code></li>
|
| 27 |
+
<li><code>=HF(cell or direct input, "meta-llama/Meta-Llama-3-8B-Instruct")</code></li>
|
| 28 |
+
<li><code>=HF(cell or direct input, "mistralai/Mixtral-8x7B-Instruct-v0.3")</code></li>
|
| 29 |
</ul>
|
| 30 |
+
|
| 31 |
+
<p><strong>Update:</strong> Thanks to @louisbrulenaudet, you can now select customize your prompt and select the model of your choice directly in the sheet.</p>
|
| 32 |
+
<p>The formule is: <code>=HF(cell or direct input, cell with the name of the model, cell with the prompt)</code></p>
|
| 33 |
+
|
| 34 |
<p>This <a href="https://huggingface.co/blog/inference-pro#supported-models">blog post</a> gives a good overview of the supported models.
|
| 35 |
|
| 36 |
|