hf-llm-api / constants /models.py
Hansimov's picture
:recycle: [Refactor] Move MODELS_MAP to constants
3f608c6
raw
history blame
364 Bytes
MODEL_MAP = {
"mixtral-8x7b": "mistralai/Mixtral-8x7B-Instruct-v0.1", # [Recommended]
"nous-mixtral-8x7b": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.2",
"openchat-3.5": "openchat/openchat-3.5-0106",
"gemma-7b": "google/gemma-7b-it",
"default": "mistralai/Mixtral-8x7B-Instruct-v0.1",
}