Annorita commited on
Commit
7cf6c21
1 Parent(s): 19898a1

add option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.sidebar.title('Tokenizers demo')
9
 
10
  model_option = ['deepseek-ai/deepseek-coder-1.3b-instruct',
11
  'MediaTek-Research/Breeze-7B-Instruct-64k-v0_1',
12
- 'microsoft/phi-2', 'bigcode/starcoder', 'enter by myself']
13
 
14
  input_option = ['123.5', 'hello world!!!', '大雨+寒流來襲!全台極凍72小時「探5度以下', 'enter by myself']
15
 
 
9
 
10
  model_option = ['deepseek-ai/deepseek-coder-1.3b-instruct',
11
  'MediaTek-Research/Breeze-7B-Instruct-64k-v0_1',
12
+ 'microsoft/phi-2', 'enter by myself']
13
 
14
  input_option = ['123.5', 'hello world!!!', '大雨+寒流來襲!全台極凍72小時「探5度以下', 'enter by myself']
15