YC-Chen commited on
Commit
861ed14
1 Parent(s): 33d1978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,7 +16,7 @@ print("Your Computer IP Address is:" + IPAddr)
16
 
17
 
18
  DESCRIPTION = """
19
- # Breexe-8x7B-Instruct-v0.1
20
 
21
  Breexe-8x7B is a language model family that builds on top of [Mixtral-8x7B](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1),
22
  specifically intended for Traditional Chinese use. [Breexe-8x7B-Instruct-v0_1](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Instruct-v0_1) demonstrates impressive performance in benchmarks for Traditional Chinese and English, on par with OpenAI's gpt3.5.
@@ -104,9 +104,9 @@ with gr.Blocks() as demo:
104
  max_new_tokens = gr.Slider(
105
  label='Max new tokens',
106
  minimum=32,
107
- maximum=1024,
108
  step=1,
109
- value=512,
110
  )
111
  temperature = gr.Slider(
112
  label='Temperature',
 
16
 
17
 
18
  DESCRIPTION = """
19
+ # Breexe-8x7B-Instruct-v0_1
20
 
21
  Breexe-8x7B is a language model family that builds on top of [Mixtral-8x7B](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1),
22
  specifically intended for Traditional Chinese use. [Breexe-8x7B-Instruct-v0_1](https://huggingface.co/MediaTek-Research/Breexe-8x7B-Instruct-v0_1) demonstrates impressive performance in benchmarks for Traditional Chinese and English, on par with OpenAI's gpt3.5.
 
104
  max_new_tokens = gr.Slider(
105
  label='Max new tokens',
106
  minimum=32,
107
+ maximum=2048,
108
  step=1,
109
+ value=1024,
110
  )
111
  temperature = gr.Slider(
112
  label='Temperature',