Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,7 @@ model_links = {
|
|
28 |
"Aya-23-35B": "CohereForAI/aya-23-35B",
|
29 |
"Zephyr-orpo-141b-A35b-v0.1": "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
|
30 |
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
|
|
31 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
32 |
"Meta-Llama-3-8B-Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
|
33 |
"Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
|
|
|
28 |
"Aya-23-35B": "CohereForAI/aya-23-35B",
|
29 |
"Zephyr-orpo-141b-A35b-v0.1": "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
|
30 |
"Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
|
31 |
+
"Codestral-22B-v0.1": "mistralai/Codestral-22B-v0.1",
|
32 |
"Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
33 |
"Meta-Llama-3-8B-Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
|
34 |
"Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
|