aldohenrique commited on
Commit
7627cc0
·
verified ·
1 Parent(s): 222eb34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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)