Replies: 3 comments 1 reply
-
That's a reasonable suggestion. At the moment, the naming conventions are auto-generated during the conversion process. If you're interested, you could contribute a brief guide on "Model Downloading 101" to the documentation section of this repository. I could then reference this guide across all our Hugging Face repositories. Since I'm intimately familiar with the process and the repositories, I might overlook some points that could be confusing for newcomers. You could aim to address anything that posed a challenge to you and provide a concise explanation. If there are any aspects you're unsure about, I could certainly add in more details later. |
Beta Was this translation helpful? Give feedback.
-
Excellent! Thank you for the the clarity, etc. I will try to think of what else one might want to know. Maybe "gentle guide to the models universe" or roughly that theme. I need to know myself afterall. |
Beta Was this translation helpful? Give feedback.
-
In addition to what Lukas has mentioned, we have a known good models list: https://github.com/rustformers/llm/blob/main/doc/known-good-models.md (which I've just noticed is not linked obviously from the README. Will fix.) We're hoping that the GGUF format will help make this much simpler, and you'll be able to download GGUF models and get going quickly. There will still be some work until we get to that stage, but this should be less troublesome soon! |
Beta Was this translation helpful? Give feedback.
-
As a total llm newb I had a heck of a time finding e.g. https://huggingface.co/rustformers/redpajama-3b-ggml/blob/main/RedPajama-INCITE-Base-3B-v1-q4_0.bin
There's also a lot of coded info in the file names that intimidate me. A tl;dr on this would allow me to "read" file names which would be a big boost.
I'd be happy to contribute docs, give me an idea of what's welcome/needed.
Beta Was this translation helpful? Give feedback.
All reactions