Member-only story

Setting up Hugging Face on Kaggle Notebooks

Kavya Goyal
3 min readSep 8, 2024

--

Today we will set up HuggingFace on Kaggle Notebooks in 6 easy steps.

We had already set up HuggingFace using Google Collab here

Today, we will follow similar steps to set up HuggingFace in Kaggle notebook.

Step 1: Login or Signup to your HuggingFace Account https://huggingface.co/

Step 2: Navigate to Settings → Access Tokens: https://huggingface.co/settings/tokens

The access token is sort of like your identifier for calling the hugging-face APIs

Create a new token (We can choose read / write depending on our use-case) and copy it safely somewhere. Never expose this publicly as someone can mis-use your token impersonating to be you.

Step 3: Login / Signup to Kaggle and create a new Kaggle Notebook
https://www.kaggle.com/

--

--

Kavya Goyal
Kavya Goyal

Written by Kavya Goyal

SWE II at Apollo.io. Coder by Day, Learner by Night, Writing by Passion. I talk about AI and Programming. https://www.linkedin.com/in/kavya-goyal-313ba6194/

No responses yet