Beginner's Guide to Llama Models(agi-sphere.com) |
Beginner's Guide to Llama Models(agi-sphere.com) |
A maintainer of the project has been collecting a full list here (with different quantization levels), most of which are Llama 2-based: https://gist.github.com/mchiang0610/b959e3c189ec1e948e4f6a1f...
Since the release of Llama 2 the number of models based on it has been growing significantly.. some popular ones:
- codeup (A code generation model - DeepSE)
- llama2-uncensored (George Sung)
- nous-hermes-llama2 (Nous Research)
- wizardlm-uncensored (WizardLM)
- stablebeluga (Stability AI)
The article also recommends oobabooga's text-generation-webui which includes a full web dashboard.
curl https://ollama.ai/v2/_catalog | jq
Then to list "tags" for a given model (e.g. llama2): curl https://ollama.ai/v2/library/llama2/tags/list | jqHuge content farm vibe.
Edit: I read the article carefully. Yeah, not just content farm vibe. It's a content farm.
> What can you do with Llama models?
> You can use Llama models the same ways you use ChatGPT.
> Chat. Just ask questions about things you want to know.
> Coding. Ask for a short program to do something in a specific computer language.
> Outlines. Giving an outline of certain technical topics.
> Creative writing. Let the model write a story for you.
> Information extraction. Summarize an essay. Ask specific questions about an essay.
> Rewrite. Write your paragraph in a different tone and style.
Obvious padding content for SEO. Flagged.
I think the idea of the images was a Lama (the animal) and a model (the girl) - Lama models
> The guide itself seems fine
The piece is informative for those new to the subject, but not much beyond that.
HN isn’t prepared yet.
Prepare for 100x more of these.
I'm also not sure about the current testing methodologies i.e. the 'passed the SAT' hype. Given that the training set already contains much of the information, we should probably compare the AI results with humans having unlimited time and access to the required material.
For example, If I give it thousands of law pages it will be a domain expert about law ?
Uncensored (partially) is nous-hermes-llama2-13b
Anyone know of a config that might work (even quite slowly) on an i9 laptop, 32gb ram with nvidia graphics 8gb?
> See the installation guide for Windows and the installation guide for Mac.
Much "open" LLM/SD/etc. grassroots stuff seems to be shooting themselves in the face, by pushing others to closed platforms.
Now is one of the times to be increasing pressure for open platforms, not backsliding.
EDIT: I had to lookup "waifu" and it seems the author probably prompted for "waifu model"(?)... according to Wikipedia, for those like me who are not into that sort of thing:
"A Waifu is an illustrated female character from an anime or any non-live action media in which an individual becomes sexually attracted to."
It is mostly linear I think.
I will probably train how to fine tune on the small model but I don’t really need to use a worse model to save money.