Spaces:
Running
Running
Commit
·
b6ed54a
1
Parent(s):
aac64a6
select models that work with text-generation
Browse files
app.py
CHANGED
@@ -13,9 +13,10 @@ if not HF_TOKEN:
|
|
13 |
# Available models
|
14 |
AVAILABLE_MODELS = [
|
15 |
"HuggingFaceH4/zephyr-7b-beta",
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
|
|
19 |
]
|
20 |
|
21 |
# Initialize inference client
|
|
|
13 |
# Available models
|
14 |
AVAILABLE_MODELS = [
|
15 |
"HuggingFaceH4/zephyr-7b-beta",
|
16 |
+
"NousResearch/Hermes-3-Llama-3.1-8B",
|
17 |
+
"mistralai/Mistral-Nemo-Base-2407",
|
18 |
+
"meta-llama/Llama-2-70b-hf",
|
19 |
+
"aaditya/Llama3-OpenBioLLM-8B",
|
20 |
]
|
21 |
|
22 |
# Initialize inference client
|