Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ model_id = "rinna/llama-3-youko-8b-instruct"
|
|
15 |
DESCRIPTION = """
|
16 |
<div>
|
17 |
<p>🦊 <a href="https://huggingface.co/rinna/llama-3-youko-8b-instruct"><b>Llama 3 Youko 8B Instruct</b> (rinna/llama-3-youko-8b-instruct)</a>は、<a href="https://rinna.co.jp">rinna株式会社</a>が<a href=https://huggingface.co/meta-llama/Meta-Llama-3-8B>Meta Llama 3 8B</a>に日本語継続事前学習およびインストラクションチューニングを行った大規模言語モデルです.Llama 3 8Bの優れたパフォーマンスを日本語に引き継いでおり、日本語のチャットにおいて高い性能を示しています。</p>
|
18 |
-
<p>🤖 このデモでは、Llama 3 Youko 8B Instruct
|
19 |
<p>📄 モデルの詳細については、<a href="https://rinna.co.jp/news/2024/07/20240725.html">プレスリリース</a>、および、<a href="https://rinnakk.github.io/research/benchmarks/lm/index.html">ベンチマーク</a>をご覧ください。お問い合わせは<a href="https://rinna.co.jp/inquiry/">こちら</a>までどうぞ。</p>
|
20 |
</div>
|
21 |
"""
|
|
|
15 |
DESCRIPTION = """
|
16 |
<div>
|
17 |
<p>🦊 <a href="https://huggingface.co/rinna/llama-3-youko-8b-instruct"><b>Llama 3 Youko 8B Instruct</b> (rinna/llama-3-youko-8b-instruct)</a>は、<a href="https://rinna.co.jp">rinna株式会社</a>が<a href=https://huggingface.co/meta-llama/Meta-Llama-3-8B>Meta Llama 3 8B</a>に日本語継続事前学習およびインストラクションチューニングを行った大規模言語モデルです.Llama 3 8Bの優れたパフォーマンスを日本語に引き継いでおり、日本語のチャットにおいて高い性能を示しています。</p>
|
18 |
+
<p>🤖 このデモでは、Llama 3 Youko 8B Instructとチャットボットを行うことが可能です。</p>
|
19 |
<p>📄 モデルの詳細については、<a href="https://rinna.co.jp/news/2024/07/20240725.html">プレスリリース</a>、および、<a href="https://rinnakk.github.io/research/benchmarks/lm/index.html">ベンチマーク</a>をご覧ください。お問い合わせは<a href="https://rinna.co.jp/inquiry/">こちら</a>までどうぞ。</p>
|
20 |
</div>
|
21 |
"""
|