futranbg commited on
Commit
7d6878a
·
1 Parent(s): 73660ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,13 +7,13 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
7
  model2api = [
8
  "tiiuae/falcon-180B-chat",
9
  "meta-llama/Llama-2-70b-chat-hf",
10
- # "01-ai/Yi-34B",
11
  "codellama/CodeLlama-34b-Instruct-hf",
12
  "victor/CodeLlama-34b-Instruct-hf",
13
  "timdettmers/guanaco-33b-merged",
14
  ]
15
 
16
- STOP_SEQUENCES = ["User: ", "###", "<|endoftext|>", "</s>"]
17
 
18
  EXAMPLES = [
19
  ["Hey LLAMA! Any recommendations for my holidays in Abu Dhabi?"],
 
7
  model2api = [
8
  "tiiuae/falcon-180B-chat",
9
  "meta-llama/Llama-2-70b-chat-hf",
10
+ "01-ai/Yi-34B",
11
  "codellama/CodeLlama-34b-Instruct-hf",
12
  "victor/CodeLlama-34b-Instruct-hf",
13
  "timdettmers/guanaco-33b-merged",
14
  ]
15
 
16
+ STOP_SEQUENCES = ["User:", "###", "<|endoftext|>", "</s>"]
17
 
18
  EXAMPLES = [
19
  ["Hey LLAMA! Any recommendations for my holidays in Abu Dhabi?"],