Stability-AI / StableLM

StableLM: Stability AI Language Models
Apache License 2.0
15.85k stars 1.04k forks source link

What Other Models are Available? #46

Closed RaghavMajorBoost closed 1 year ago

RaghavMajorBoost commented 1 year ago

Hi All, I'm currently using the default AutoModelForCausalLM. What models would be recommended for a classifier? I'd like to write a system prompt to classify user inputs

mcmonkey4eva commented 1 year ago

Right now we've only published StableLM, a text-prediction model (and of course Stable Diffusion and all that), I don't think we have any classifier models. There are definitely ones that exist out there somewhere. You'll have better luck searching externally rather than asking on the StableLM issues page though. Consider a google search, or asking in the Stable Foundation or LAION discords?

EDIT: Should note, it is possible to use a text-prediction model to perform simple text-classification tasks, insofar as you can have a text-prediction model, uh, do any text-based task.