Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,12 @@ MODELS = {
|
|
6 |
"Zephyr 7B Beta": "HuggingFaceH4/zephyr-7b-beta",
|
7 |
"DeepSeek Coder V2": "deepseek-ai/DeepSeek-Coder-V2-Instruct",
|
8 |
"Meta Llama 3.1 8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
9 |
-
"
|
|
|
|
|
|
|
10 |
"Cohere Command R+": "CohereForAI/c4ai-command-r-plus",
|
|
|
11 |
}
|
12 |
|
13 |
def get_client(model_name):
|
|
|
6 |
"Zephyr 7B Beta": "HuggingFaceH4/zephyr-7b-beta",
|
7 |
"DeepSeek Coder V2": "deepseek-ai/DeepSeek-Coder-V2-Instruct",
|
8 |
"Meta Llama 3.1 8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
|
9 |
+
"Meta-Llama 3.1 70B-Instruct": "meta-llama/Meta-Llama-3.1-70B-Instruct",
|
10 |
+
"Microsoft Phi-3-mini-4k": "microsoft/Phi-3-mini-4k-instruct",
|
11 |
+
"Mixtral 8x7B": "mistralai/Mistral-7B-Instruct-v0.3",
|
12 |
+
"Mixtral Nous-Hermes": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
13 |
"Cohere Command R+": "CohereForAI/c4ai-command-r-plus",
|
14 |
+
"Cohere Aya-23-35B": "CohereForAI/aya-23-35B"
|
15 |
}
|
16 |
|
17 |
def get_client(model_name):
|