Breadcrumbs seed-tts-eval/ cal_sim.shLatest commit HistoryHistory File metadata and controls Code Blame 46 lines (37 loc) · 1.33 KB Raw 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43...
seed-tts-eval 💥 This repository contains the objective test set as proposed in our project, seed-TTS, along with the scripts for metric calculations. Due to considerations for AI safety, we will NOT be releasing the source code and model weights of seed-TTS. We invite you to experience ...
Watch 1Star0Fork0 Jackie/seed-tts-eval 代码Issues0Pull Requests0Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 统计 搜索 Watchers (1) ...
seed-tts-eval 💥 This repository contains the objective test set as proposed in our project, seed-TTS, along with the scripts for metric calculations. Due to considerations for AI safety, we will NOT be releasing the source code and model weights of seed-TTS. We invite you to experience ...
Breadcrumbs seed-tts-eval / cal_wer.sh Latest commit jiadongya Add code for WER and SIM 95003fe· Jun 3, 2024 HistoryHistory File metadata and controls Code Blame 38 lines (30 loc) · 1.03 KB Raw set -x meta_lst=$1 output_dir=$2 lang=$3 wav_wav_text=$output_dir/wav_res_re...
main thirdparty README.md average_wer.py cal_sim.sh cal_wer.sh get_wav_res_ref_text.py prepare_ckpt.py requirements.txt run_wer.pyBreadcrumbs seed-tts-eval/ requirements.txtLatest commit Cannot retrieve latest commit at this time. HistoryHistory File metadata and controls Code Blame 6 line...
seed-tts-eval 💥 This repository contains the objective test set as proposed in our project,seed-TTS, along with the scripts for metric calculations. Due to considerations for AI safety, we will NOT be releasing the source code and model weights of seed-TTS. We invite you to experience th...
Breadcrumbs seed-tts-eval / average_wer.py Latest commit jiadongya Add code for WER and SIM 95003fe· Jun 3, 2024 HistoryHistory File metadata and controls Code Blame 40 lines (34 loc) · 1.06 KB Raw import sys import numpy as np infile=sys.argv[1] outfile=sys.argv[2] fout = ...
Breadcrumbs seed-tts-eval / run_wer.pyTop File metadata and controls Code Blame 107 lines (91 loc) · 3.52 KB Raw import sys, os from tqdm import tqdm import multiprocessing from jiwer import compute_measures from zhon.hanzi import punctuation import string import numpy as np from transformer...
seed-tts-eval 💥 This repository contains the objective test set as proposed in our project, seed-TTS, along with the scripts for metric calculations. Due to considerations for AI safety, we will NOT be releasing the source code and model weights of seed-TTS. We invite you to experience ...