Add missing examples/cases.jsonl file
Browse files- examples/cases.jsonl +10 -0
examples/cases.jsonl
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"text": "你好,欢迎使用IndexTTS-2语音合成系统!", "emotion": "neutral", "language": "zh"}
|
| 2 |
+
{"text": "今天天气真不错,适合出去走走。", "emotion": "happy", "language": "zh"}
|
| 3 |
+
{"text": "人工智能技术正在改变我们的生活方式。", "emotion": "neutral", "language": "zh"}
|
| 4 |
+
{"text": "感谢您使用我们的语音合成服务。", "emotion": "friendly", "language": "zh"}
|
| 5 |
+
{"text": "Hello, welcome to IndexTTS-2 text-to-speech system!", "emotion": "neutral", "language": "en"}
|
| 6 |
+
{"text": "The weather is beautiful today, perfect for a walk.", "emotion": "happy", "language": "en"}
|
| 7 |
+
{"text": "Artificial intelligence is transforming our way of life.", "emotion": "neutral", "language": "en"}
|
| 8 |
+
{"text": "Thank you for using our text-to-speech service.", "emotion": "friendly", "language": "en"}
|
| 9 |
+
{"text": "这是一个高质量的语音合成演示。", "emotion": "confident", "language": "zh"}
|
| 10 |
+
{"text": "This is a high-quality speech synthesis demonstration.", "emotion": "confident", "language": "en"}
|