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 /static-proxy?url=https%3A%2F%2Fdiscuss.huggingface.co%2Ft%2Fhow-to-get-all-model-revisions%2F75358%3C%2Fa%3E%3C%2Fp%3E

AdamScherlis changed discussion status to closed

Sign up or log in to comment