Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, TextIteratorStream
|
|
10 |
DESCRIPTION = """\
|
11 |
# Gemma 2 2B JPN IT
|
12 |
|
13 |
-
Gemma-2-JPN
|
14 |
|
15 |
(Gemma-2-JPN is a Gemma 2 2B model fine-tuned on Japanese text. It supports the Japanese language at the same level of performance as English-only queries on Gemma 2.)
|
16 |
"""
|
@@ -125,7 +125,7 @@ demo = gr.ChatInterface(
|
|
125 |
["こんにちは、自己紹介をしてください。"],
|
126 |
["マシンラーニングについての詩を書いてください。"],
|
127 |
[
|
128 |
-
"次の文章を英語にして: Gemma-2-JPN
|
129 |
],
|
130 |
],
|
131 |
cache_examples=False,
|
|
|
10 |
DESCRIPTION = """\
|
11 |
# Gemma 2 2B JPN IT
|
12 |
|
13 |
+
Gemma-2-JPN は Gemma 2 2B を日本語で fine-tune したものです。Gemma 2 の英語での性能と同レベルの性能で日本語をサポートします。
|
14 |
|
15 |
(Gemma-2-JPN is a Gemma 2 2B model fine-tuned on Japanese text. It supports the Japanese language at the same level of performance as English-only queries on Gemma 2.)
|
16 |
"""
|
|
|
125 |
["こんにちは、自己紹介をしてください。"],
|
126 |
["マシンラーニングについての詩を書いてください。"],
|
127 |
[
|
128 |
+
"次の文章を英語にして: Gemma-2-JPN は Gemma 2 2B を日本語で fine-tune したものです。Gemma 2 の英語での性能と同レベルの性能で日本語をサポートします。"
|
129 |
],
|
130 |
],
|
131 |
cache_examples=False,
|