fdaudens HF staff commited on
Commit
bba65f4
1 Parent(s): 9d52cad

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -14,14 +14,14 @@
14
  <img src="demo.gif" width="100%">
15
  <h3>Steps</h3>
16
  <ol>
17
- <li><p>You will need to create a script in Google Sheets (Extensions &gt; Apps Script).</p></li>
18
  <li><p>Replace the existing code with <a href="code.gs" target="_blank">this script</a> and save it.</p></li>
19
  <li><p>Back in the Sheet, you should see a new tab called "Hugging Sheets".</p></li>
20
  <li><p>Click on it and add your API key.</p></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 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>
 
14
  <img src="demo.gif" width="100%">
15
  <h3>Steps</h3>
16
  <ol>
17
+ <li><p>Create a script in Google Sheets (Extensions &gt; Apps Script).</p></li>
18
  <li><p>Replace the existing code with <a href="code.gs" target="_blank">this script</a> and save it.</p></li>
19
  <li><p>Back in the Sheet, you should see a new tab called "Hugging Sheets".</p></li>
20
  <li><p>Click on it and add your API key.</p></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 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>