Spaces:
Runtime error
Runtime error
updated info and sample.
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ if __name__ == "__main__":
|
|
186 |
text = gr.TextArea(
|
187 |
label="Text",
|
188 |
placeholder="Input Text Here",
|
189 |
-
value="
|
190 |
)
|
191 |
speaker = gr.Dropdown(
|
192 |
choices=speakers, value=speakers[0], label="Speaker"
|
|
|
186 |
text = gr.TextArea(
|
187 |
label="Text",
|
188 |
placeholder="Input Text Here",
|
189 |
+
value="サイーゲームス!。ウマ娘、プリティーダービー!",
|
190 |
)
|
191 |
speaker = gr.Dropdown(
|
192 |
choices=speakers, value=speakers[0], label="Speaker"
|
info.md
CHANGED
@@ -16,10 +16,24 @@
|
|
16 |
|
17 |
✋ **请不要在一行内输入超长文本,模型会将每行的输入视为一句话进行推理。在不影响语意连贯的情况下,请将多句话分别放入不同的行中来减少推理时间。请删除输入中的空白行,这会导致在生成的语音的对应位置中产生奇怪的声音。** ✋
|
18 |
|
|
|
|
|
19 |
👏 **When encountering situations where an error occurs, please check if there's rare and difficult CHINISE CHARACTERS in your inputs, and replace them with Hiragana or Katakana.** 👏
|
20 |
|
21 |
👏 **如果生成出现了错误,请首先检查输入中是否存在非常少见的生僻汉字,如果有,请将其替换为平假名或者片假名。** 👏
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
## Training Details - For those who may be interested
|
24 |
|
25 |
🎈 **This work switches [cl-tohoku/bert-base-japanese-v3](https://huggingface.co/cl-tohoku/bert-base-japanese-v3) to [ku-nlp/deberta-v2-base-japanese](https://huggingface.co/ku-nlp/deberta-v2-base-japanese) expecting potentially better performance, and, just for fun.** 🥰
|
|
|
16 |
|
17 |
✋ **请不要在一行内输入超长文本,模型会将每行的输入视为一句话进行推理。在不影响语意连贯的情况下,请将多句话分别放入不同的行中来减少推理时间。请删除输入中的空白行,这会导致在生成的语音的对应位置中产生奇怪的声音。** ✋
|
18 |
|
19 |
+
✋ **長すぎるテキストを一行に入力しないでください。モデルは各行を一つの文として推理します。意味が繋がる範囲で、複数の文を異なる行に分けて推理時間を短縮してください。空白行は削除してください。これが生成された音声の対応部分で奇妙な音を生じる原因となります。** ✋
|
20 |
+
|
21 |
👏 **When encountering situations where an error occurs, please check if there's rare and difficult CHINISE CHARACTERS in your inputs, and replace them with Hiragana or Katakana.** 👏
|
22 |
|
23 |
👏 **如果生成出现了错误,请首先检查输入中是否存在非常少见的生僻汉字,如果有,请将其替换为平假名或者片假名。** 👏
|
24 |
|
25 |
+
👏 **生成に誤りがある場合は、まず入力に非常に珍しい難解な漢字がないか確認してください。もし存在する場合、それを平仮名または片仮名に置き換えてください。** 👏
|
26 |
+
|
27 |
+
🎈 **Please make good use of punctuation marks.** 🎈
|
28 |
+
|
29 |
+
🎈 **请善用标点符号的神奇力量。** 🎈
|
30 |
+
|
31 |
+
🎈 **句読点の魔法の力をうまく活用してください。** 🎈
|
32 |
+
|
33 |
+
📚 **What is the Chinese name for the character name? Please refer to [Umamusume Bilibili Wiki](https://wiki.biligame.com/umamusume/%E9%A6%96%E9%A1%B5).** 📚
|
34 |
+
|
35 |
+
📚 **キャラの中国語名は何ですか?ここにご覧ください:[ウマ娘ビリビリWiki](https://wiki.biligame.com/umamusume/%E9%A6%96%E9%A1%B5).** 📚
|
36 |
+
|
37 |
## Training Details - For those who may be interested
|
38 |
|
39 |
🎈 **This work switches [cl-tohoku/bert-base-japanese-v3](https://huggingface.co/cl-tohoku/bert-base-japanese-v3) to [ku-nlp/deberta-v2-base-japanese](https://huggingface.co/ku-nlp/deberta-v2-base-japanese) expecting potentially better performance, and, just for fun.** 🥰
|