set of models
#5
by
bedio
- opened
where are the 154 trained checkpoints.
i need them for all the model with less than 1B param
thank you
You can load them with e.g.
AutoModelForCausalLM.from_pretrained("EleutherAI/pythia-14m", revision="step103000")
The revisions are visible online under "Files and versions" in the drop-down menu that's on "main" by default, in the same spot where the branches/tags menu would be on GitHub.
See also https://discuss.huggingface.co/t/how-to-get-all-model-revisions/75358
AdamScherlis
changed discussion status to
closed