Spaces:
Running
Running
Husnain
commited on
Commit
•
8ed5553
1
Parent(s):
3680ec2
Update models.py
Browse files- constants/models.py +2 -2
constants/models.py
CHANGED
@@ -3,7 +3,7 @@ MODEL_MAP = {
|
|
3 |
"nous-mixtral-8x7b": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
4 |
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.2",
|
5 |
"openchat-3.5": "openchat/openchat-3.5-0106",
|
6 |
-
"gemma-7b": "google/gemma-7b-it",
|
7 |
"default": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
8 |
}
|
9 |
|
@@ -69,7 +69,7 @@ AVAILABLE_MODELS_DICTS = [
|
|
69 |
},
|
70 |
{
|
71 |
"id": "gemma-7b",
|
72 |
-
"description": "[google/gemma-7b-it]: https://huggingface.co/google/gemma-7b-it",
|
73 |
"object": "model",
|
74 |
"created": 1700000000,
|
75 |
"owned_by": "Google",
|
|
|
3 |
"nous-mixtral-8x7b": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
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 |
"default": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
8 |
}
|
9 |
|
|
|
69 |
},
|
70 |
{
|
71 |
"id": "gemma-7b",
|
72 |
+
"description": "[google/gemma-1.1-7b-it]: https://huggingface.co/google/gemma-1.1-7b-it",
|
73 |
"object": "model",
|
74 |
"created": 1700000000,
|
75 |
"owned_by": "Google",
|