Kims12 commited on
Commit
67e4cb7
1 Parent(s): bc3c68c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -6,8 +6,12 @@ MODELS = {
6
  "Zephyr 7B Beta": "HuggingFaceH4/zephyr-7b-beta",
7
  "DeepSeek Coder V2": "deepseek-ai/DeepSeek-Coder-V2-Instruct",
8
  "Meta Llama 3.1 8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
9
- "Mixtral 8x7B": "mistralai/Mixtral-8x7B-Instruct-v0.1",
 
 
 
10
  "Cohere Command R+": "CohereForAI/c4ai-command-r-plus",
 
11
  }
12
 
13
  def get_client(model_name):
 
6
  "Zephyr 7B Beta": "HuggingFaceH4/zephyr-7b-beta",
7
  "DeepSeek Coder V2": "deepseek-ai/DeepSeek-Coder-V2-Instruct",
8
  "Meta Llama 3.1 8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
9
+ "Meta-Llama 3.1 70B-Instruct": "meta-llama/Meta-Llama-3.1-70B-Instruct",
10
+ "Microsoft Phi-3-mini-4k": "microsoft/Phi-3-mini-4k-instruct",
11
+ "Mixtral 8x7B": "mistralai/Mistral-7B-Instruct-v0.3",
12
+ "Mixtral Nous-Hermes": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
13
  "Cohere Command R+": "CohereForAI/c4ai-command-r-plus",
14
+ "Cohere Aya-23-35B": "CohereForAI/aya-23-35B"
15
  }
16
 
17
  def get_client(model_name):