Niansuh commited on
Commit
1e18015
·
verified ·
1 Parent(s): 00515ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -28,7 +28,9 @@ model_links = {
28
  "Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
29
  "Meta-Llama-3-8B-Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
30
  "Llama-2-7b-hf": "meta-llama/Llama-2-7b-hf",
 
31
  "Llama-2-13b-hf": "meta-llama/Llama-2-13b-hf",
 
32
  "Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
33
  "Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
34
  "Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
 
28
  "Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
29
  "Meta-Llama-3-8B-Instruct": "meta-llama/Meta-Llama-3-8B-Instruct",
30
  "Llama-2-7b-hf": "meta-llama/Llama-2-7b-hf",
31
+ "Llama-2-7b-chat-hf": "meta-llama/Llama-2-7b-chat-hf",
32
  "Llama-2-13b-hf": "meta-llama/Llama-2-13b-hf",
33
+ "Llama-2-13b-chat-hf": "meta-llama/Llama-2-13b-chat-hf",
34
  "Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
35
  "Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
36
  "Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",