Spaces:
Runtime error
Runtime error
username
commited on
Commit
·
a2033c8
1
Parent(s):
06d92b4
fix
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def generate_text(system_prompt, user_input, max_length=512, temperature=0.7, to
|
|
48 |
|
49 |
with gr.Blocks() as demo:
|
50 |
gr.Markdown("# LLM-JP-3-8x1.8b-instruct3 非公式デモ")
|
51 |
-
gr.Markdown("
|
52 |
|
53 |
with gr.Row():
|
54 |
with gr.Column():
|
|
|
48 |
|
49 |
with gr.Blocks() as demo:
|
50 |
gr.Markdown("# LLM-JP-3-8x1.8b-instruct3 非公式デモ")
|
51 |
+
gr.Markdown("国立情報学研究所大規模言語モデル研究開発センターの開発した日本語大規模言語モデル LLM-JP-3-8x1.8b-instruct3 の非公式デモ。詳細は[こちらの記事](https://llm-jp.nii.ac.jp/blog/2025/03/27/moe3.html)をご覧ください。推論時に Hugging Face の ZeroGPU(A100) を使用しています。")
|
52 |
|
53 |
with gr.Row():
|
54 |
with gr.Column():
|