retarfi
commited on
Commit
•
5b34bc3
1
Parent(s):
f2582eb
fix: typo
Browse files
app.py
CHANGED
@@ -250,10 +250,10 @@ description = (
|
|
250 |
"It is a 13B-parameter LLaMA model finetuned to follow instructions. "
|
251 |
"It is trained on the [izumi-lab/llm-japanese-dataset](https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset) dataset. "
|
252 |
"For more information, please visit [the project's website](https://llm.msuzuki.me). "
|
253 |
-
"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.
|
254 |
"It takes about **1 minute** to output. When access is concentrated, the operation may become slow."
|
255 |
)
|
256 |
-
with gr.Blocks(
|
257 |
css="""#col_container { margin-left: auto; margin-right: auto;}""",
|
258 |
theme=theme,
|
259 |
) as demo:
|
|
|
250 |
"It is a 13B-parameter LLaMA model finetuned to follow instructions. "
|
251 |
"It is trained on the [izumi-lab/llm-japanese-dataset](https://huggingface.co/datasets/izumi-lab/llm-japanese-dataset) dataset. "
|
252 |
"For more information, please visit [the project's website](https://llm.msuzuki.me). "
|
253 |
+
"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. "
|
254 |
"It takes about **1 minute** to output. When access is concentrated, the operation may become slow."
|
255 |
)
|
256 |
+
with gr.Blocks(
|
257 |
css="""#col_container { margin-left: auto; margin-right: auto;}""",
|
258 |
theme=theme,
|
259 |
) as demo:
|