Mais Alheraki commited on
Commit Β·
bf20bad
1
Parent(s): fdf28ce
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,18 +55,20 @@ pinned: false
|
|
| 55 |
<li>π Create an account on <a href="https://huggingface.co">Huggingface</a>.</li>
|
| 56 |
<li>π Join the <a href="https://huggingface.co/CALM">NCAI-CALM Organization</a> on Huggingface through the invitation link shared with you by email.</li>
|
| 57 |
<li>π Get your Access Token, it's later required in the notebook.
|
| 58 |
-
<ul class="mb-2">
|
| 59 |
-
<li> π Go to your <a href="https://huggingface.co">HF account</a></li>
|
| 60 |
-
<li> π Go to Settings β Access Tokens</li>
|
| 61 |
-
<li> π Generate a new Access Token and enter any name for "what's this token for"</li>
|
| 62 |
-
<li> π Select <code>read</code> role</li>
|
| 63 |
-
<li> π Copy your access token</li>
|
| 64 |
-
<li> π Paste it in the execution prompt in the notebook</li>
|
| 65 |
-
</ul>
|
| 66 |
</li>
|
| 67 |
</ul>
|
| 68 |
|
| 69 |
-
<p class="h2 mb-2" style="font-size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
Start training
|
| 71 |
</p>
|
| 72 |
<p class="mb-2">Pick one of the following methods to run the training code.
|
|
|
|
| 55 |
<li>π Create an account on <a href="https://huggingface.co">Huggingface</a>.</li>
|
| 56 |
<li>π Join the <a href="https://huggingface.co/CALM">NCAI-CALM Organization</a> on Huggingface through the invitation link shared with you by email.</li>
|
| 57 |
<li>π Get your Access Token, it's later required in the notebook.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
</li>
|
| 59 |
</ul>
|
| 60 |
|
| 61 |
+
<p class="h2 mb-2" style="font-size:18px;font-weight:bold">How to get my Huggingface Access Token</p>
|
| 62 |
+
<ul class="mb-2">
|
| 63 |
+
<li>π Go to your <a href="https://huggingface.co">HF account</a>.</li>
|
| 64 |
+
<li>π Go to Settings β Access Tokens.</li>
|
| 65 |
+
<li>π Generate a new Access Token and enter any name for "what's this token for".</li>
|
| 66 |
+
<li>π Select <code>read</code> role.</li>
|
| 67 |
+
<li>π Copy your access token.</li>
|
| 68 |
+
<li>π Paste it in the execution prompt in the notebook.</li>
|
| 69 |
+
</ul>
|
| 70 |
+
|
| 71 |
+
<p class="mb-2" style="font-size:20px;font-weight:bold">
|
| 72 |
Start training
|
| 73 |
</p>
|
| 74 |
<p class="mb-2">Pick one of the following methods to run the training code.
|