Update app.py
Browse files
app.py
CHANGED
|
@@ -30,14 +30,13 @@ model_links = {
|
|
| 30 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
| 31 |
"Meta-Llama-3-8B-Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
|
| 32 |
"Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
|
|
|
|
| 33 |
"Meta-Llama-2-70B-Chat-HF": "meta-llama/Llama-2-70b-chat-hf",
|
| 34 |
"Meta-Llama-2-7B-Chat-HF": "meta-llama/Llama-2-7b-chat-hf",
|
| 35 |
"Meta-Llama-2-13B-Chat-HF": "meta-llama/Llama-2-13b-chat-hf",
|
| 36 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
| 37 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 38 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
| 39 |
-
"Gemma-2-27b-it": "google/gemma-2-27b-it",
|
| 40 |
-
"Gemma-2-9b-it": "google/gemma-2-9b-it",
|
| 41 |
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
| 42 |
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
| 43 |
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|
|
|
|
| 30 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
| 31 |
"Meta-Llama-3-8B-Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
|
| 32 |
"Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
|
| 33 |
+
"Gemma-2-27b-it": "google/gemma-2-27b-it",
|
| 34 |
"Meta-Llama-2-70B-Chat-HF": "meta-llama/Llama-2-70b-chat-hf",
|
| 35 |
"Meta-Llama-2-7B-Chat-HF": "meta-llama/Llama-2-7b-chat-hf",
|
| 36 |
"Meta-Llama-2-13B-Chat-HF": "meta-llama/Llama-2-13b-chat-hf",
|
| 37 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
| 38 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 39 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
|
|
|
|
|
|
| 40 |
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
| 41 |
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
| 42 |
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|