Spaces:
Running
Running
Husnain
commited on
Commit
•
d860ba7
1
Parent(s):
74e9995
♻️ [Refactor] Move networks constants to headers
Browse files- constants/models.py +1 -1
constants/models.py
CHANGED
@@ -4,7 +4,7 @@ MODEL_MAP = {
|
|
4 |
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.2",
|
5 |
# "openchat-3.5": "openchat/openchat-3.5-0106",
|
6 |
"gemma-7b": "google/gemma-1.1-7b-it",
|
7 |
-
|
8 |
"default": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
9 |
}
|
10 |
|
|
|
4 |
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.2",
|
5 |
# "openchat-3.5": "openchat/openchat-3.5-0106",
|
6 |
"gemma-7b": "google/gemma-1.1-7b-it",
|
7 |
+
"command-r-plus": "CohereForAI/c4ai-command-r-plus",
|
8 |
"default": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
9 |
}
|
10 |
|