Yuekai Zhang commited on
Commit
49968d5
1 Parent(s): c307789

update ours

Browse files
Files changed (1) hide show
  1. index.html +9 -6
index.html CHANGED
@@ -218,12 +218,14 @@
218
  with the WenetSpeech4TTS <span class="standard">Standard</span> subset</span></li>
219
  <li class="model-item"><span class="model-name">VALL-E P:</span> <span class="model-description">VALL-E fine-tuning
220
  with the WenetSpeech4TTS <span class="premium">Premium</span> subset</span></li>
221
- <li class="model-item"><span class="model-name">NS2:</span> <span class="model-description">NaturalSpeech
 
 
222
  2<sup>3</sup> trained with the WenetSpeech4TTS <span class="basic">Basic</span> subset</span></li>
223
  <li class="model-item"><span class="model-name">NS2 S:</span> <span class="model-description">NaturalSpeech 2
224
  fine-tuning with the WenetSpeech4TTS <span class="standard">Standard</span> subset</span></li>
225
  <li class="model-item"><span class="model-name">NS2 P:</span> <span class="model-description">NaturalSpeech 2
226
- fine-tuning with the WenetSpeech4TTS <span class="premium">Premium</span> subset</span></li>
227
  </ul>
228
  <h3>Seen Speakers </h3>
229
  <table style="max-width:100%;table-layout: fixed;" >
@@ -280,8 +282,9 @@ function seen_spk() {
280
  ["text5","seen4","这时,朱警官等人才发现小男孩腿脚也异常,根本走不了路。(At this moment, Officer Zhu and others discovered that the little boy's legs were abnormal, and he couldn't walk at all.)"]
281
 
282
  ];
283
- let models = ["VALL-E", "VALL-E S", "VALL-E P", "NS2", "NS2 S", "NS2 P"];
284
- let models_path = ["Valle", "Valle_S", "Valle_P", "NS2", "NS2_S", "NS2_P"];
 
285
  let data = `
286
  <colgroup>
287
  <col style="width: 10%;"> <!-- Reference speaker column -->
@@ -346,8 +349,8 @@ function unseen_spk() {
346
  ["text3","unseen2","一句话,压缩他们的成熟期。(In a word, it shortens their maturation period.)"],
347
  ["text4","unseen2","妮可拿着胡萝卜亲自给长颈鹿喂食,并鼓励女儿也跟着做。(Nicole personally feeds the giraffe with carrots and encourages her daughter to do the same.)"]
348
  ];
349
- let models = ["VALL-E", "VALL-E S", "VALL-E P", "NS2", "NS2 S", "NS2 P"];
350
- let models_path = ["Valle", "Valle_S", "Valle_P", "NS2", "NS2_S", "NS2_P"];
351
  let data = `
352
  <colgroup>
353
  <col style="width: 10%;"> <!-- Reference speaker column -->
 
218
  with the WenetSpeech4TTS <span class="standard">Standard</span> subset</span></li>
219
  <li class="model-item"><span class="model-name">VALL-E P:</span> <span class="model-description">VALL-E fine-tuning
220
  with the WenetSpeech4TTS <span class="premium">Premium</span> subset</span></li>
221
+ <li class="model-item"><span class="model-name">VALL-E P Scratch (Ours):</span> <span class="model-description">VALL-E trained
222
+ with the WenetSpeech4TTS <span class="premium">Premium</span> subset</span></li>
223
+ <!-- <li class="model-item"><span class="model-name">NS2:</span> <span class="model-description">NaturalSpeech
224
  2<sup>3</sup> trained with the WenetSpeech4TTS <span class="basic">Basic</span> subset</span></li>
225
  <li class="model-item"><span class="model-name">NS2 S:</span> <span class="model-description">NaturalSpeech 2
226
  fine-tuning with the WenetSpeech4TTS <span class="standard">Standard</span> subset</span></li>
227
  <li class="model-item"><span class="model-name">NS2 P:</span> <span class="model-description">NaturalSpeech 2
228
+ fine-tuning with the WenetSpeech4TTS <span class="premium">Premium</span> subset</span></li> -->
229
  </ul>
230
  <h3>Seen Speakers </h3>
231
  <table style="max-width:100%;table-layout: fixed;" >
 
282
  ["text5","seen4","这时,朱警官等人才发现小男孩腿脚也异常,根本走不了路。(At this moment, Officer Zhu and others discovered that the little boy's legs were abnormal, and he couldn't walk at all.)"]
283
 
284
  ];
285
+ // let models = ["VALL-E", "VALL-E S", "VALL-E P", "NS2", "NS2 S", "NS2 P"];
286
+ let models = ["VALL-E", "VALL-E S", "VALL-E P", "VALL-E P Scratch (Ours)"];
287
+ let models_path = ["Valle", "Valle_S", "Valle_P", "Valle_P_Scratch"];
288
  let data = `
289
  <colgroup>
290
  <col style="width: 10%;"> <!-- Reference speaker column -->
 
349
  ["text3","unseen2","一句话,压缩他们的成熟期。(In a word, it shortens their maturation period.)"],
350
  ["text4","unseen2","妮可拿着胡萝卜亲自给长颈鹿喂食,并鼓励女儿也跟着做。(Nicole personally feeds the giraffe with carrots and encourages her daughter to do the same.)"]
351
  ];
352
+ let models = ["VALL-E", "VALL-E S", "VALL-E P", "VALL-E P Scratch (Ours)"];
353
+ let models_path = ["Valle", "Valle_S", "Valle_P", "Valle_P_Scratch"];
354
  let data = `
355
  <colgroup>
356
  <col style="width: 10%;"> <!-- Reference speaker column -->