masanorihirano
commited on
Commit
•
0c15e80
1
Parent(s):
5877cdc
Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,6 @@ description = (
|
|
271 |
"It is a 13B-parameter LLaMA model finetuned to follow instructions. "
|
272 |
"It is trained on the [izumi-lab/llm-japanese-dataset](https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset) dataset. "
|
273 |
"For more information, please visit [the project's website](https://llm.msuzuki.me). "
|
274 |
-
"This model can output up to 256 tokens, but the maximum number of tokens is 200 due to the GPU memory limit of HuggingFace Space. "
|
275 |
"It takes about **1 minute** to output. When access is concentrated, the operation may become slow."
|
276 |
)
|
277 |
with gr.Blocks(
|
|
|
271 |
"It is a 13B-parameter LLaMA model finetuned to follow instructions. "
|
272 |
"It is trained on the [izumi-lab/llm-japanese-dataset](https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset) dataset. "
|
273 |
"For more information, please visit [the project's website](https://llm.msuzuki.me). "
|
|
|
274 |
"It takes about **1 minute** to output. When access is concentrated, the operation may become slow."
|
275 |
)
|
276 |
with gr.Blocks(
|