Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,9 @@ MODELS = {
|
|
15 |
"llama3.1-8b": "meta-llama/Llama-3.1-8B-Instruct",
|
16 |
"gemma2-2b": "google/gemma-2-2b-it",
|
17 |
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",
|
|
|
|
|
|
|
18 |
}
|
19 |
|
20 |
# Modelo padrão (mais confiável)
|
|
|
15 |
"llama3.1-8b": "meta-llama/Llama-3.1-8B-Instruct",
|
16 |
"gemma2-2b": "google/gemma-2-2b-it",
|
17 |
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",
|
18 |
+
"zephyr7b": "HuggingFaceH4/zephyr-7b-beta",
|
19 |
+
"openhermes": "teknium/OpenHermes-2.5-Mistral-7B",
|
20 |
+
"babelia": "CAiRE/Babelia-7B"
|
21 |
}
|
22 |
|
23 |
# Modelo padrão (mais confiável)
|