Mais Alheraki commited on
Commit
bf20bad
Β·
1 Parent(s): fdf28ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
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:20px;font-weight:bold">
 
 
 
 
 
 
 
 
 
 
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.