Spaces:
Running
Running
Anonymous commited on
Commit ·
ec2fd98
1
Parent(s): 31c4f29
update
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- index.html +18 -3
- static/task/mixed-style/CosyVoice2/manifest.csv +8 -0
- static/task/mixed-style/CosyVoice2/manifest.jsonl +32 -12
- static/task/mixed-style/CosyVoice2/sample/group_11_1.wav +0 -3
- static/task/mixed-style/CosyVoice2/sample/group_5_1.wav +0 -3
- static/task/mixed-style/CosyVoice2/sample/group_7_0.wav +0 -3
- static/task/mixed-style/CosyVoice2/sample/group_9_0.wav +0 -3
- static/task/mixed-style/CosyVoice2/sample/{group_0_1.wav → utt_0001.wav} +2 -2
- static/task/mixed-style/CosyVoice2/sample/{group_10_0.wav → utt_0002.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/{group_9_1.wav → utt_0003.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/{group_10_1.wav → utt_0004.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/{group_11_0.wav → utt_0005.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/utt_0006.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/{group_5_0.wav → utt_0007.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/{group_3_1.wav → utt_0008.wav} +2 -2
- static/task/mixed-style/CosyVoice2/sample/utt_0009.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/{group_6_1.wav → utt_001.wav} +2 -2
- static/task/mixed-style/CosyVoice2/sample/{group_8_0.wav → utt_0010.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/{group_6_0.wav → utt_0011.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/utt_0012.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/{group_4_0.wav → utt_0013.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/utt_0014.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0015.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0016.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0017.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0018.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0019.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/{group_8_1.wav → utt_002.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/utt_0020.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0021.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/{group_3_0.wav → utt_0022.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/utt_0023.wav +3 -0
- static/task/mixed-style/{Qwen3/samples/group_8_1.wav → CosyVoice2/sample/utt_0024.wav} +2 -2
- static/task/mixed-style/CosyVoice2/sample/utt_0025.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0026.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/{group_7_1.wav → utt_0027.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/{group_2_1.wav → utt_0028.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/utt_0029.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/{group_0_0.wav → utt_003.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/utt_0030.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0031.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0032.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0033.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0034.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/{group_2_0.wav → utt_0035.wav} +1 -1
- static/task/mixed-style/{CosyVoice3/sample/group_4_1.wav → CosyVoice2/sample/utt_0036.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/{group_4_1.wav → utt_0037.wav} +1 -1
- static/task/mixed-style/CosyVoice2/sample/utt_0038.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_0039.wav +3 -0
- static/task/mixed-style/CosyVoice2/sample/utt_004.wav +3 -0
index.html
CHANGED
|
@@ -120,10 +120,12 @@
|
|
| 120 |
target.innerHTML = formatScriptText(item.target_text, highlightParalinguistic);
|
| 121 |
wrapper.appendChild(target);
|
| 122 |
|
|
|
|
| 123 |
item.variants.forEach((variant, index) => {
|
| 124 |
const context = document.createElement("p");
|
| 125 |
context.className = "variant-context";
|
| 126 |
-
|
|
|
|
| 127 |
wrapper.appendChild(context);
|
| 128 |
});
|
| 129 |
|
|
@@ -206,12 +208,13 @@
|
|
| 206 |
return wrapper;
|
| 207 |
}
|
| 208 |
|
|
|
|
| 209 |
modelItem.variants.forEach((variant, index) => {
|
| 210 |
const row = document.createElement("div");
|
| 211 |
row.className = "variant-audio-row";
|
| 212 |
|
| 213 |
const label = document.createElement("span");
|
| 214 |
-
label.textContent = `instruction${index + 1}`;
|
| 215 |
|
| 216 |
row.appendChild(label);
|
| 217 |
row.appendChild(createAudio(`${taskRoot}/${model}/${variant.output_audio}`));
|
|
@@ -225,8 +228,20 @@
|
|
| 225 |
const wrapper = document.createElement("div");
|
| 226 |
wrapper.className = "demo-cases";
|
| 227 |
const highlightParalinguistic = task.name === "Paralinguistic Cue Generation";
|
|
|
|
|
|
|
| 228 |
|
| 229 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
const caseBlock = document.createElement("article");
|
| 231 |
caseBlock.className = "case-block";
|
| 232 |
|
|
|
|
| 120 |
target.innerHTML = formatScriptText(item.target_text, highlightParalinguistic);
|
| 121 |
wrapper.appendChild(target);
|
| 122 |
|
| 123 |
+
const hasMultipleVariants = item.variants.length > 1;
|
| 124 |
item.variants.forEach((variant, index) => {
|
| 125 |
const context = document.createElement("p");
|
| 126 |
context.className = "variant-context";
|
| 127 |
+
const label = hasMultipleVariants ? `instruction${index + 1}` : "instruction";
|
| 128 |
+
context.innerHTML = `<strong>${label}</strong> <span class="context-cue">${escapeHtml(variant.context)}</span>`;
|
| 129 |
wrapper.appendChild(context);
|
| 130 |
});
|
| 131 |
|
|
|
|
| 208 |
return wrapper;
|
| 209 |
}
|
| 210 |
|
| 211 |
+
const hasMultipleVariants = modelItem.variants.length > 1;
|
| 212 |
modelItem.variants.forEach((variant, index) => {
|
| 213 |
const row = document.createElement("div");
|
| 214 |
row.className = "variant-audio-row";
|
| 215 |
|
| 216 |
const label = document.createElement("span");
|
| 217 |
+
label.textContent = hasMultipleVariants ? `instruction${index + 1}` : "instruction";
|
| 218 |
|
| 219 |
row.appendChild(label);
|
| 220 |
row.appendChild(createAudio(`${taskRoot}/${model}/${variant.output_audio}`));
|
|
|
|
| 228 |
const wrapper = document.createElement("div");
|
| 229 |
wrapper.className = "demo-cases";
|
| 230 |
const highlightParalinguistic = task.name === "Paralinguistic Cue Generation";
|
| 231 |
+
const caseItems = [];
|
| 232 |
+
const seenCases = new Set();
|
| 233 |
|
| 234 |
+
task.models.forEach((model) => {
|
| 235 |
+
manifests[model].forEach((item) => {
|
| 236 |
+
if (seenCases.has(item.utt)) {
|
| 237 |
+
return;
|
| 238 |
+
}
|
| 239 |
+
seenCases.add(item.utt);
|
| 240 |
+
caseItems.push(item);
|
| 241 |
+
});
|
| 242 |
+
});
|
| 243 |
+
|
| 244 |
+
caseItems.forEach((item) => {
|
| 245 |
const caseBlock = document.createElement("article");
|
| 246 |
caseBlock.className = "case-block";
|
| 247 |
|
static/task/mixed-style/CosyVoice2/manifest.csv
CHANGED
|
@@ -1,4 +1,12 @@
|
|
| 1 |
wav,target_path,target_text,target_context,reference_path,reference_text,reference_context,speaker,generate_path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
utt_0001,,呼——终于做完了,可以放假啦!,如释重负,笑意藏不住地感叹着,refer/utt_0001.wav,那匹马浑身冷汗湿透,每个关节开始抽搐起来。,,,sample/utt_0001.wav
|
| 3 |
utt_0002,,呼——终于做完了,可以放假啦!,兴奋得不行,音量抬高语速加快地喊着,refer/utt_0002.wav,那匹马浑身冷汗湿透,每个关节开始抽搐起来。,,,sample/utt_0002.wav
|
| 4 |
utt_0003,,哎,这雨怎么说下就下啊?,无奈得很,拖着调子抱怨着,refer/utt_0003.wav,自动驾驶将为现有的司机运力提供补充。,,,sample/utt_0003.wav
|
|
|
|
| 1 |
wav,target_path,target_text,target_context,reference_path,reference_text,reference_context,speaker,generate_path
|
| 2 |
+
utt_001,,"That's not what I meant, I swear.","Defensive, speaking quickly with slight panic",refer/utt_001.wav,Many people are traumatized after this sailing accident and need intensive care.,,,sample/utt_001.wav
|
| 3 |
+
utt_002,,Oh. Oh no.,"Realization dawning slowly, voice dropping to a whisper",refer/utt_002.wav,The butte's trail leads to a panoramic view from the historic fire lookout.,,,sample/utt_002.wav
|
| 4 |
+
utt_003,,I... I don't know what to say.,"nervous and hesitant, with the voice gradually trailing off",refer/utt_003.wav,"A more structured format of this model is of course objects, or classes.",,,sample/utt_003.wav
|
| 5 |
+
utt_004,,Wait— just give me a second.,"flustered, interrupting oneself mid-sentence",refer/utt_004.wav,The expression is now generally used metaphorically.,,,sample/utt_004.wav
|
| 6 |
+
utt_005,,Fine. Do whatever you want.,"resigned, with a calm tone tinged with faint bitterness",refer/utt_005.wav,The last would later become his colleague on the United States Supreme Court.,,,sample/utt_005.wav
|
| 7 |
+
utt_006,,Don't you dare talk to me like that.,"coldly angry, with every word articulated clearly and forcefully",refer/utt_006.wav,The spin involves rotating like a discus thrower and using rotational momentum for power.,,,sample/utt_006.wav
|
| 8 |
+
utt_007,,I trusted you. I actually trusted you.,"angry, with the heartbreak of betrayal, the voice catching in the throat",refer/utt_007.wav,"The party also supported laws criminalizing the ""sexual maltreatment"" of animals.",,,sample/utt_007.wav
|
| 9 |
+
utt_008,,"I'm not— I'm not drunk, you're drunk.","drunkenly denying it, slurring the words and speaking incoherently",refer/utt_008.wav,Most travelers are on their way to one of the many local attractions.,,,sample/utt_008.wav
|
| 10 |
utt_0001,,呼——终于做完了,可以放假啦!,如释重负,笑意藏不住地感叹着,refer/utt_0001.wav,那匹马浑身冷汗湿透,每个关节开始抽搐起来。,,,sample/utt_0001.wav
|
| 11 |
utt_0002,,呼——终于做完了,可以放假啦!,兴奋得不行,音量抬高语速加快地喊着,refer/utt_0002.wav,那匹马浑身冷汗湿透,每个关节开始抽搐起来。,,,sample/utt_0002.wav
|
| 12 |
utt_0003,,哎,这雨怎么说下就下啊?,无奈得很,拖着调子抱怨着,refer/utt_0003.wav,自动驾驶将为现有的司机运力提供补充。,,,sample/utt_0003.wav
|
static/task/mixed-style/CosyVoice2/manifest.jsonl
CHANGED
|
@@ -1,12 +1,32 @@
|
|
| 1 |
-
{"utt":
|
| 2 |
-
{"utt":
|
| 3 |
-
{"utt":
|
| 4 |
-
{"utt":
|
| 5 |
-
{"utt":
|
| 6 |
-
{"utt":
|
| 7 |
-
{"utt":
|
| 8 |
-
{"utt":
|
| 9 |
-
{"utt":
|
| 10 |
-
{"utt":
|
| 11 |
-
{"utt":
|
| 12 |
-
{"utt":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"utt":"utt_001","target_text":"That's not what I meant, I swear.","variants":[{"utt":"utt_001","context":"Defensive, speaking quickly with slight panic","output_audio":"samples/utt_001.wav"}]}
|
| 2 |
+
{"utt":"utt_002","target_text":"Oh. Oh no.","variants":[{"utt":"utt_002","context":"Realization dawning slowly, voice dropping to a whisper","output_audio":"samples/utt_002.wav"}]}
|
| 3 |
+
{"utt":"utt_003","target_text":"I... I don't know what to say.","variants":[{"utt":"utt_003","context":"nervous and hesitant, with the voice gradually trailing off","output_audio":"samples/utt_003.wav"}]}
|
| 4 |
+
{"utt":"utt_004","target_text":"Wait— just give me a second.","variants":[{"utt":"utt_004","context":"flustered, interrupting oneself mid-sentence","output_audio":"samples/utt_004.wav"}]}
|
| 5 |
+
{"utt":"utt_005","target_text":"Fine. Do whatever you want.","variants":[{"utt":"utt_005","context":"resigned, with a calm tone tinged with faint bitterness","output_audio":"samples/utt_005.wav"}]}
|
| 6 |
+
{"utt":"utt_006","target_text":"Don't you dare talk to me like that.","variants":[{"utt":"utt_006","context":"coldly angry, with every word articulated clearly and forcefully","output_audio":"samples/utt_006.wav"}]}
|
| 7 |
+
{"utt":"utt_007","target_text":"I trusted you. I actually trusted you.","variants":[{"utt":"utt_007","context":"angry, with the heartbreak of betrayal, the voice catching in the throat","output_audio":"samples/utt_007.wav"}]}
|
| 8 |
+
{"utt":"utt_008","target_text":"I'm not— I'm not drunk, you're drunk.","variants":[{"utt":"utt_008","context":"drunkenly denying it, slurring the words and speaking incoherently","output_audio":"samples/utt_008.wav"}]}
|
| 9 |
+
{"utt":"utt_0001","target_text":"呼——终于做完了,可以放假啦!","variants":[{"utt":"utt_0001","context":"如释重负,笑意藏不住地感叹着","output_audio":"samples/utt_0001.wav"}]}
|
| 10 |
+
{"utt":"utt_0002","target_text":"呼——终于做完了,可以放假啦!","variants":[{"utt":"utt_0002","context":"兴奋得不行,音量抬高语速加快地喊着","output_audio":"samples/utt_0002.wav"}]}
|
| 11 |
+
{"utt":"utt_0003","target_text":"哎,这雨怎么说下就下啊?","variants":[{"utt":"utt_0003","context":"无奈得很,拖着调子抱怨着","output_audio":"samples/utt_0003.wav"}]}
|
| 12 |
+
{"utt":"utt_0004","target_text":"哎,这雨怎么说下就下啊?","variants":[{"utt":"utt_0004","context":"压低声音,带着烦躁小声嘟囔着","output_audio":"samples/utt_0004.wav"}]}
|
| 13 |
+
{"utt":"utt_0005","target_text":"别挤别挤,一个个来!","variants":[{"utt":"utt_0005","context":"语气很冲,音量抬高地喝止着","output_audio":"samples/utt_0005.wav"}]}
|
| 14 |
+
{"utt":"utt_0006","target_text":"别挤别挤,一个个来!","variants":[{"utt":"utt_0006","context":"急得发紧,语速飞快几乎不停顿地喊着","output_audio":"samples/utt_0006.wav"}]}
|
| 15 |
+
{"utt":"utt_0009","target_text":"真的假的?你别骗我!","variants":[{"utt":"utt_0009","context":"惊得一愣,语调上扬地反问着","output_audio":"samples/utt_0009.wav"}]}
|
| 16 |
+
{"utt":"utt_0010","target_text":"真的假的?你别骗我!","variants":[{"utt":"utt_0010","context":"带着笑意,半真半假地追问着","output_audio":"samples/utt_0010.wav"}]}
|
| 17 |
+
{"utt":"utt_0011","target_text":"嘘,小点声,有人来了。","variants":[{"utt":"utt_0011","context":"压着嗓子,用气声又快又轻地提醒着","output_audio":"samples/utt_0011.wav"}]}
|
| 18 |
+
{"utt":"utt_0012","target_text":"嘘,小点声,有人来了。","variants":[{"utt":"utt_0012","context":"紧张得发虚,声音更轻更低地说着","output_audio":"samples/utt_0012.wav"}]}
|
| 19 |
+
{"utt":"utt_0013","target_text":"我都说了不是我干的!","variants":[{"utt":"utt_0013","context":"委屈得很,急着解释地喊着","output_audio":"samples/utt_0013.wav"}]}
|
| 20 |
+
{"utt":"utt_0014","target_text":"我都说了不是我干的!","variants":[{"utt":"utt_0014","context":"火气上来,嗓门拔高地吼着","output_audio":"samples/utt_0014.wav"}]}
|
| 21 |
+
{"utt":"utt_0015","target_text":"等我两分钟,我马上回来。","variants":[{"utt":"utt_0015","context":"语速很快,干脆利落地交代着","output_audio":"samples/utt_0015.wav"}]}
|
| 22 |
+
{"utt":"utt_0016","target_text":"等我两分钟,我马上回来。","variants":[{"utt":"utt_0016","context":"语气笃定,声音稳稳地下压着说","output_audio":"samples/utt_0016.wav"}]}
|
| 23 |
+
{"utt":"utt_0021","target_text":"嗯?你刚刚叫我吗?","variants":[{"utt":"utt_0021","context":"满是困惑,语调上扬地问着","output_audio":"samples/utt_0021.wav"}]}
|
| 24 |
+
{"utt":"utt_0022","target_text":"嗯?你刚刚叫我吗?","variants":[{"utt":"utt_0022","context":"压低声音,停顿一下更谨慎地问着","output_audio":"samples/utt_0022.wav"}]}
|
| 25 |
+
{"utt":"utt_0023","target_text":"别担心,我在呢。","variants":[{"utt":"utt_0023","context":"声音软下来,温温柔柔地哄着","output_audio":"samples/utt_0023.wav"}]}
|
| 26 |
+
{"utt":"utt_0024","target_text":"别担心,我在呢。","variants":[{"utt":"utt_0024","context":"语气稳得很,声音下压地说着","output_audio":"samples/utt_0024.wav"}]}
|
| 27 |
+
{"utt":"utt_0025","target_text":"不是我说你,这也太慢了。","variants":[{"utt":"utt_0025","context":"不耐烦得很,语速偏快地吐槽着","output_audio":"samples/utt_0025.wav"}]}
|
| 28 |
+
{"utt":"utt_0026","target_text":"不是我说你,这也太慢了。","variants":[{"utt":"utt_0026","context":"语气冷冷的,带着讥讽地吐槽着","output_audio":"samples/utt_0026.wav"}]}
|
| 29 |
+
{"utt":"utt_0029","target_text":"我再确认一遍:你确定要这样做?","variants":[{"utt":"utt_0029","context":"语气严谨,放慢语速反复确认地问着","output_audio":"samples/utt_0029.wav"}]}
|
| 30 |
+
{"utt":"utt_0030","target_text":"我再确认一遍:你确定要这样做?","variants":[{"utt":"utt_0030","context":"语气更严肃,音量抬高地追问着","output_audio":"samples/utt_0030.wav"}]}
|
| 31 |
+
{"utt":"utt_0039","target_text":"我不太确定,但我可以试试。","variants":[{"utt":"utt_0039","context":"犹豫得很,声音放轻地说着","output_audio":"samples/utt_0039.wav"}]}
|
| 32 |
+
{"utt":"utt_0040","target_text":"我不太确定,但我可以试试。","variants":[{"utt":"utt_0040","context":"深吸一口气,语气笃定地说着","output_audio":"samples/utt_0040.wav"}]}
|
static/task/mixed-style/CosyVoice2/sample/group_11_1.wav
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9980267ec64336ae048bff33f5b846db227973d20eb26cf6a23d8fbdc2fd04c8
|
| 3 |
-
size 169038
|
|
|
|
|
|
|
|
|
|
|
|
static/task/mixed-style/CosyVoice2/sample/group_5_1.wav
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:37bd070cea87616bcf961a4e10b6a19ba6fd9f44f63e08f72fcdc0abd3a56319
|
| 3 |
-
size 165198
|
|
|
|
|
|
|
|
|
|
|
|
static/task/mixed-style/CosyVoice2/sample/group_7_0.wav
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d90dc074e9820d10f33db4cbe716efcf86c979ae7e68ed9a152b439c6de733c7
|
| 3 |
-
size 109518
|
|
|
|
|
|
|
|
|
|
|
|
static/task/mixed-style/CosyVoice2/sample/group_9_0.wav
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3e87f071bc0dca2f29f9dd756d0a4ccf352c84bcf0bc2ec546aad6130e3955a6
|
| 3 |
-
size 132558
|
|
|
|
|
|
|
|
|
|
|
|
static/task/mixed-style/CosyVoice2/sample/{group_0_1.wav → utt_0001.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d8f3a3f389661693337ffaa5f9d22ba65295c37ee8775912577d7d2d90760c1
|
| 3 |
+
size 270798
|
static/task/mixed-style/CosyVoice2/sample/{group_10_0.wav → utt_0002.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 124878
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d29b62f5ee690793ba2ee1d2a58b3da80da0aaad528ad5c45382c42413c752e6
|
| 3 |
size 124878
|
static/task/mixed-style/CosyVoice2/sample/{group_9_1.wav → utt_0003.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 134478
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:154bfaf5ce9b00feb2fc2042d85f024491965f9e7784cecf822049da7fa062d4
|
| 3 |
size 134478
|
static/task/mixed-style/CosyVoice2/sample/{group_10_1.wav → utt_0004.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 145998
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c3496d8677a5de12c3e29f9a6b98f1956e9f630d6a56f79d139909d4c426883
|
| 3 |
size 145998
|
static/task/mixed-style/CosyVoice2/sample/{group_11_0.wav → utt_0005.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 132558
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:639f87f9d8224f1fb05fe087168914ae7c6fac06412b87cfcbce0bc11b0a272c
|
| 3 |
size 132558
|
static/task/mixed-style/CosyVoice2/sample/utt_0006.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13db1f77089d5208d5ea88ce4c68929a7384fcccd8448a3b466d34fb2e6ea496
|
| 3 |
+
size 117198
|
static/task/mixed-style/CosyVoice2/sample/{group_5_0.wav → utt_0007.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 105678
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48d00b8198b1941679d5c5825ee07bd109c7c3162b1b592d60250ee363137b3e
|
| 3 |
size 105678
|
static/task/mixed-style/CosyVoice2/sample/{group_3_1.wav → utt_0008.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b22f8fce220c26d1d558540ee18a4a4d7dfa81b882142db1a50a56adb9cab258
|
| 3 |
+
size 92238
|
static/task/mixed-style/CosyVoice2/sample/utt_0009.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9a7bc741ab26e88b0ac8a0d856320580cfaf4f69e0cdf90e16f29428fa557ab
|
| 3 |
+
size 117198
|
static/task/mixed-style/CosyVoice2/sample/{group_6_1.wav → utt_001.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89cabbaf833d3b28c222f60d8d13f8cd813817702e6a1355887ad7c8b061a878
|
| 3 |
+
size 90318
|
static/task/mixed-style/CosyVoice2/sample/{group_8_0.wav → utt_0010.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 101838
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:deb6835485acf3026cb904661cd5b21323773f03524e48a86c40b37999c7c9ee
|
| 3 |
size 101838
|
static/task/mixed-style/CosyVoice2/sample/{group_6_0.wav → utt_0011.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 126798
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b411b6732153e182bb3dbd67b643f0cef0a6f26b7e2928d640a4606bd58277f
|
| 3 |
size 126798
|
static/task/mixed-style/CosyVoice2/sample/utt_0012.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f89c6063c65a5d9917948951fde96facc1158b383bfe923053038b67ae0bf2f2
|
| 3 |
+
size 149838
|
static/task/mixed-style/CosyVoice2/sample/{group_4_0.wav → utt_0013.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 130638
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7116387c2fea81c2e483450735ca9c3d4dff6334185a0a715d4e6524ddb11a8d
|
| 3 |
size 130638
|
static/task/mixed-style/CosyVoice2/sample/utt_0014.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91211e1af235861fc8f82f89d5b7c9a5e66bbd2c20eaf4a1434ab820909c996c
|
| 3 |
+
size 86478
|
static/task/mixed-style/CosyVoice2/sample/utt_0015.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a7ea8a42169d121ace65b28e16823552899a840e47a49a478e9c609500136fe
|
| 3 |
+
size 113358
|
static/task/mixed-style/CosyVoice2/sample/utt_0016.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bf8f28e97d18132605d7df3a6f3adecd6b6f1624a4339ae107bc58ee1615401
|
| 3 |
+
size 111438
|
static/task/mixed-style/CosyVoice2/sample/utt_0017.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09e0ba37677bba25dbec39e5e2b94e64d126413d228140bd4bac84c2e1452bfd
|
| 3 |
+
size 149838
|
static/task/mixed-style/CosyVoice2/sample/utt_0018.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18bd0a39a781b8168331937a60d27b908cff3b5c5051a5fc5b4115ec8024d65c
|
| 3 |
+
size 96078
|
static/task/mixed-style/CosyVoice2/sample/utt_0019.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a071e6f5db5ce998da60b74c6a837f4fe09a3d055cb7d34f6aa05dc83ab75266
|
| 3 |
+
size 71118
|
static/task/mixed-style/CosyVoice2/sample/{group_8_1.wav → utt_002.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 69198
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e69495443777850b02fe48bb091a99900f2c772c4a222807e0a0d5dd4960ff59
|
| 3 |
size 69198
|
static/task/mixed-style/CosyVoice2/sample/utt_0020.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2e64b86b2caca294665e2ab6af5748832c5b4bd612f96838e694bb68e157364
|
| 3 |
+
size 67278
|
static/task/mixed-style/CosyVoice2/sample/utt_0021.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dca2e930c6305dd14a1f864c7033e47b6f9c23f97faf3a2da1ff4beb5fc2e215
|
| 3 |
+
size 136398
|
static/task/mixed-style/CosyVoice2/sample/{group_3_0.wav → utt_0022.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 109518
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2dd2cd0d02a2f1aaed39444516e77c11ac754bb5cb86db6d2df154fae9c41f6f
|
| 3 |
size 109518
|
static/task/mixed-style/CosyVoice2/sample/utt_0023.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a96c2a15176655c80666b3b24ac9b50bc792fba8db073a14fd3537b4d8c1ac25
|
| 3 |
+
size 73038
|
static/task/mixed-style/{Qwen3/samples/group_8_1.wav → CosyVoice2/sample/utt_0024.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:814fec16deba86cb4a7b26defc5729e207581ab2a1dd0b32576c0e8d4ecf701a
|
| 3 |
+
size 117198
|
static/task/mixed-style/CosyVoice2/sample/utt_0025.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5de9aabeaadfb437baf0c4b5aaafbd1a1457e6e2875bc76d782b1cabed677a7
|
| 3 |
+
size 144078
|
static/task/mixed-style/CosyVoice2/sample/utt_0026.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:067285f1cf2e336d1ccdb2e4baa3c6eeb6c0b6d3d638b89d9ba4cb6b0aa90e99
|
| 3 |
+
size 138318
|
static/task/mixed-style/CosyVoice2/sample/{group_7_1.wav → utt_0027.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 105678
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:658449481784262f0999a049e5850ded623a75cffa637c06b2ce25b8e8258b26
|
| 3 |
size 105678
|
static/task/mixed-style/CosyVoice2/sample/{group_2_1.wav → utt_0028.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 121038
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:089f9a736d040270bd6dc5dfbf7303ab5cb8ebb95bf7d79485284b3e10c3e705
|
| 3 |
size 121038
|
static/task/mixed-style/CosyVoice2/sample/utt_0029.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a5e3f5b402cc90296d3eecbe8e779356fd6c34b7e50ebcbd4f1d138e42970a2
|
| 3 |
+
size 144078
|
static/task/mixed-style/CosyVoice2/sample/{group_0_0.wav → utt_003.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 201678
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05ea9382a943237b0cd07cadad48be04171cde831542d274c0cf235d4965ffcb
|
| 3 |
size 201678
|
static/task/mixed-style/CosyVoice2/sample/utt_0030.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15e00fec89f80cb570b54f498facad98b62f884ca587a3db33889d7e8a68844c
|
| 3 |
+
size 159438
|
static/task/mixed-style/CosyVoice2/sample/utt_0031.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7ea2bf823a22015ef93ed60de7e35a2beb754bab75b3d42f9ad349330cc481a
|
| 3 |
+
size 121038
|
static/task/mixed-style/CosyVoice2/sample/utt_0032.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65c2cbbf4067ea48ceda5543ddfe27cb8e0064aa24a9e5da8f28d047e412cb68
|
| 3 |
+
size 90318
|
static/task/mixed-style/CosyVoice2/sample/utt_0033.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91d0ca06e74a6ff01175b0392f62ea008405334c812c5694035e0121537f5e9d
|
| 3 |
+
size 96078
|
static/task/mixed-style/CosyVoice2/sample/utt_0034.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49a7c9a7f3802d367f18a48a4cb8dc328669162c65b6a811d39d5b2780c8a6fb
|
| 3 |
+
size 84558
|
static/task/mixed-style/CosyVoice2/sample/{group_2_0.wav → utt_0035.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 99918
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ade41264d652a9fbbfbc485ca304d50b8cc88357f28e7b47e34dd6abe47ce1c
|
| 3 |
size 99918
|
static/task/mixed-style/{CosyVoice3/sample/group_4_1.wav → CosyVoice2/sample/utt_0036.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 153678
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac8c90280aadea9cf0f39855d963160319a04ff8b89631a50210aa6bf5564125
|
| 3 |
size 153678
|
static/task/mixed-style/CosyVoice2/sample/{group_4_1.wav → utt_0037.wav}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 97998
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7b3efd9a43336edecaedde1e97c6211b945df1bbf4984ed6b7f3e76575a9260
|
| 3 |
size 97998
|
static/task/mixed-style/CosyVoice2/sample/utt_0038.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ea77756c8402c6cdd0507a454bc17532b7cd6737c0006f6cb9f9027c3d1098c
|
| 3 |
+
size 142158
|
static/task/mixed-style/CosyVoice2/sample/utt_0039.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6eca017fdea0427737029fbb151d6a9bb97307660a278c5b3d3a400c0339a49
|
| 3 |
+
size 126798
|
static/task/mixed-style/CosyVoice2/sample/utt_004.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b003e978312a88c6ff057da56be57bc5ff2fb3a7812e0dead07e1b3062f5636d
|
| 3 |
+
size 99918
|