masanorihirano
commited on
Commit
•
7c40826
1
Parent(s):
b2a0a00
update
Browse files
app.py
CHANGED
@@ -258,6 +258,7 @@ description = (
|
|
258 |
"It is trained on the [izumi-lab/llm-japanese-dataset](https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset) dataset. "
|
259 |
"For more information, please visit [the project's website](https://llm.msuzuki.me). "
|
260 |
"This model can output up to 256 tokens, but the maximum number of tokens is 227 due to the GPU memory limit of HuggingFace Space. "
|
|
|
261 |
"It takes about **1 minute** to output. When access is concentrated, the operation may become slow."
|
262 |
)
|
263 |
with gr.Blocks(
|
@@ -288,7 +289,7 @@ with gr.Blocks(
|
|
288 |
value=0.7,
|
289 |
step=0.05,
|
290 |
interactive=True,
|
291 |
-
label="Temperature",
|
292 |
)
|
293 |
max_tokens = gr.Slider(
|
294 |
minimum=20,
|
|
|
258 |
"It is trained on the [izumi-lab/llm-japanese-dataset](https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset) dataset. "
|
259 |
"For more information, please visit [the project's website](https://llm.msuzuki.me). "
|
260 |
"This model can output up to 256 tokens, but the maximum number of tokens is 227 due to the GPU memory limit of HuggingFace Space. "
|
261 |
+
"Currently temperature is ineffective because num_beam is set to 1 due to lack of GPU memory. "
|
262 |
"It takes about **1 minute** to output. When access is concentrated, the operation may become slow."
|
263 |
)
|
264 |
with gr.Blocks(
|
|
|
289 |
value=0.7,
|
290 |
step=0.05,
|
291 |
interactive=True,
|
292 |
+
label="Temperature (Currently ineffective)",
|
293 |
)
|
294 |
max_tokens = gr.Slider(
|
295 |
minimum=20,
|