fdaudens HF staff commited on
Commit
80f2d2d
1 Parent(s): 7019773

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -23,9 +23,9 @@
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 <a href="https://huggingface.co/louisbrulenaudet" target="_blank">@louisbrulenaudet</a>, you can now customize your prompt and select the model of your choice directly in the sheet.</p>
 
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", prompt)</code></li>
27
+ <li><code>=HF(cell or direct input, "meta-llama/Meta-Llama-3-8B-Instruct", prompt)</code></li>
28
+ <li><code>=HF(cell or direct input, "mistralai/Mistral-7B-Instruct-v0.3", prompt)</code></li>
29
  </ul>
30
 
31
  <p><strong>Update:</strong> Thanks to <a href="https://huggingface.co/louisbrulenaudet" target="_blank">@louisbrulenaudet</a>, you can now customize your prompt and select the model of your choice directly in the sheet.</p>