francismurray commited on
Commit
b6ed54a
·
1 Parent(s): aac64a6

select models that work with text-generation

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -13,9 +13,10 @@ if not HF_TOKEN:
13
  # Available models
14
  AVAILABLE_MODELS = [
15
  "HuggingFaceH4/zephyr-7b-beta",
16
- "meta-llama/Llama-3.1-8B-Instruct",
17
- "microsoft/Phi-3.5-mini-instruct",
18
- "Qwen/QwQ-32B",
 
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