Comment by einsteinx2
Comment by einsteinx2 2 days ago
> what such a token is
An API token from Hugging Face
> what it takes to get one
You generate them in your Hugging Face account
> where it would be placed in get_checkpoints.py.
Line 59 in the empty quotes where it says token = “”
Ah, I see it now, thanks.
That's the kind of thing that, stylistically speaking, it's good to define at the very top of the module.