I am not sure what boxes to check when getting access to Hugging face tokens
1 Like
When you’re not sure, use Read token. That usually gets the job done…
https://huggingface.co/settings/tokens
-
If you just want to use/download models or datasets
- Token type: Read
- No extra boxes. Just create a Read token. (Hugging Face)
-
If you choose Fine-grained (advanced) and want to access gated models like Llama, Gemma, FLUX, etc.:
Under the Repositories section, check at least:
Read access to contents of all repos under your personal namespace
Read access to contents of all public gated repos you can access (Hugging Face)
Leave write / billing / webhooks unchecked unless you really need them. (docs.weam.ai)
-
Separately from tokens, for a specific gated model you must also click “Request access” / “Agree to license” on that model’s page. (Hugging Face)
That’s it:
- Simple: use a Read token.
- More control: Fine-grained + the two Read checkboxes above.
1 Like