You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are going to be generations of new models, people doing A\B testings etc. as well as different runners calling it by different names. We need to better define what we mean by a model family, it is going to be extended a lot, what should be our philosophy there?
There are going to be generations of new models, people doing A\B testings etc. as well as different runners calling it by different names. We need to better define what we mean by a model family, it is going to be extended a lot, what should be our philosophy there?
class Family(Enum):
Llama = 'Llama'
Mistral = 'Mistral'
OLMo = 'OLMo'
gemma = 'gemma'
gpt = 'gpt'
palm = 'palm'
claude = 'claude'
falcon = 'falcon'
Qwen = 'Qwen'
NoneType_None = None