Spaces:
Sleeping
Sleeping
add option
Browse files
app.py
CHANGED
@@ -11,7 +11,9 @@ 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
|
|
|
|
|
15 |
|
16 |
|
17 |
st.sidebar.subheader('Choose the tokenizer', divider='grey')
|
|
|
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度以下」',
|
15 |
+
'大雨+寒流来袭!全台极冻72小时「探5度以下」',
|
16 |
+
'enter by myself']
|
17 |
|
18 |
|
19 |
st.sidebar.subheader('Choose the tokenizer', divider='grey')
|