Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
<li><p>Voilà!</p></li>
|
22 |
</ol>
|
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
|
25 |
<ul>
|
26 |
<li><code>=HF(cell or direct input, "meta-llama/Meta-Llama-3-70B-Instruct", prompt)</code></li>
|
27 |
<li><code>=HF(cell or direct input, "meta-llama/Meta-Llama-3-8B-Instruct", prompt)</code></li>
|
|
|
21 |
<li><p>Voilà!</p></li>
|
22 |
</ol>
|
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 Mistral, e.g.:</p>
|
25 |
<ul>
|
26 |
<li><code>=HF(cell or direct input, "meta-llama/Meta-Llama-3-70B-Instruct", prompt)</code></li>
|
27 |
<li><code>=HF(cell or direct input, "meta-llama/Meta-Llama-3-8B-Instruct", prompt)</code></li>
|