muhtasham commited on
Commit
4bf304b
1 Parent(s): ec6836c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,9 +4,10 @@ demo = gr.Blocks()
4
 
5
 
6
  #'huggingface/facebook/opt-13b'
 
7
  #inference not supported
8
 
9
- name_list = ['huggingface/EleutherAI/gpt-neox-20b', 'huggingface/bigscience/T0pp', 'huggingface/EleutherAI/gpt-j-6B', 'huggingface/gpt2-xl', 'huggingface/EleutherAI/gpt-neo-2.7B']
10
 
11
  examples = [#zero-shot
12
  ["Q: A juggler can juggle 16 balls. Half of the balls are golf balls, and half of the golf balls are blue. How many blue golf balls are there?\nA: The answer (arabic numerals) is "],
 
4
 
5
 
6
  #'huggingface/facebook/opt-13b'
7
+ #'huggingface/EleutherAI/gpt-neox-20b'
8
  #inference not supported
9
 
10
+ name_list = ['huggingface/bigscience/T0pp', 'huggingface/EleutherAI/gpt-j-6B', 'huggingface/gpt2-xl', 'huggingface/EleutherAI/gpt-neo-2.7B']
11
 
12
  examples = [#zero-shot
13
  ["Q: A juggler can juggle 16 balls. Half of the balls are golf balls, and half of the golf balls are blue. How many blue golf balls are there?\nA: The answer (arabic numerals) is "],