zxcd
4e9bca177a
[ASR] change optimizer and fix import error, test=asr ( #3023 )
...
* mv dataio.py to s2t.io.speechbrain.dataio
mv dataio.py to paddlespeech.s2t.io.speechbrain.dataio
* remove transformers import.
* change optimizer same with released model
* add paddlenlp version in RESULT.md.
* fix run.sh
* fix data.sh step_num.
* add adadelta optimizer config.
* fix wav2vec2 test_wav.sh run error.
* add tokenizer config.
2 years ago
zxcd
3145325b4e
[ASR] add wav2vec2 aishell model result, test=asr ( #3012 )
...
* Create RESULT.md
* add wav2vec2ASR-large-aishell1 finetune model.
* update model link and add readme.
* fix released model info.
2 years ago
JiehangXie
59cabdc967
[TTS]Cli Cantonese onnx, test=tts ( #2990 )
...
Co-authored-by: TianYuan <white-sky@qq.com>
2 years ago
TianYuan
f7fd111647
[TTS]add StarGANv2-VC model scripts ( #2842 )
2 years ago
HuangLiangJie
c8196d45ae
[TTS]Canton CLI, test=tts ( #2977 )
2 years ago
liangym
d9b041e999
[TTS]Cli male onnx ( #2945 )
2 years ago
zxcd
88fe26f17c
[ASR] add asr code-switch cli and demo, test='asr' ( #2816 )
...
* add asr code-switch cli and demo.
* fix some model named problem.
2 years ago
HuangLiangJie
a874d8f325
Add prosody prediction in synthesize_e2e, test=tts ( #2693 )
2 years ago
Zth9730
c67bf7b4ef
[ASR] support wav2vec2-zh cli, test=asr ( #2697 )
...
* support wav2vec2-zh cli, test=asr
* support wav2vec2-zh cli, test=asr
* support wav2vec2-zh cli, test=asr
* support wav2vec2-zh cli, test=asr
2 years ago
zxcd
4542684694
[ASR] fix Whisper cli model download path error. test=asr ( #2679 )
...
* add all whisper model size support
* add choices in parser.
* fix Whisper cli model download path error.
* fix resource download path.
* fix code style
2 years ago
zxcd
b71f1428c7
add all whisper model size support, test=asr ( #2677 )
...
* add all whisper model size support
* add choices in parser.
2 years ago
Zth9730
94a487bd81
[ASR] support wav2vec2 command line and demo ( #2658 )
...
* wav2vec2_cli
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* Update RESULTS.md
* Update RESULTS.md
* Update base_commands.py
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
* wav2vec2 demo update: support different optimizer and lr_schedular, align mdoel, update input type, test=asr
2 years ago
zxcd
b1d3f59bcb
[s2t] add whisper asr large model ( #2640 )
...
* add whisper asr large model decoding, test=asr
* fix code style.
* fix json code style.
* remove resource and fix code style.
* fix yapf
* add cli and demos, fix some code style.
* fix some problem by comment.
* fix yapf
2 years ago
liangym
25b6bf9668
[tts] Add male voice for tts ( #2660 )
2 years ago
Zth9730
68134c8436
fix u2pp model ( #2549 )
2 years ago
tianhao zhang
5a66a14659
fix u2pp model version number
2 years ago
tianhao zhang
cda440e6f0
use reverse_weight in decode.yaml
2 years ago
Hui Zhang
467cfd4e75
Merge pull request #2489 from Zth9730/u2++_server
...
[ASR] support u2pp based cli and server, optimiz code of u2pp decode (reversed_weight parameter)
2 years ago
tianhao zhang
5b5167b586
support u2pp cli and server, optimiz code of u2pp decode, test=asr
2 years ago
tianhao zhang
5bbe6e9897
support u2pp cli and server, optimiz code of u2pp decode, test=asr
2 years ago
Zhao Yuting
a63a0b1350
Update pretrained_models.py
2 years ago
Zhao Yuting
a02654660a
Update pretrained_models.py
...
Add a new model for faster text process
2 years ago
TianYuan
d1c70a7809
fix g2pw model ( #2304 )
2 years ago
TianYuan
f7780658db
fix tone sand_hi bugs for Chinese frontend
2 years ago
TianYuan
5d515f3f3f
update mix tts
2 years ago
BarryKCL
a84b40ef79
update g2pW dict
2 years ago
BarryKCL
61dd92e49c
update
2 years ago
BarryKCL
de0f99150a
change G2PWModel download
2 years ago
TianYuan
788a3062d0
fix onnx am_ckpt from list to item in prtrained_mdoels.py
2 years ago
TianYuan
b9ade18055
add onnxruntime infer for cli
2 years ago
TianYuan
00e9853f66
add mix tts cli, test=tts
2 years ago
TianYuan
5ff885f116
add tts static/onnx models in pretrained_models.py
2 years ago
KP
b230dfbdec
Add kws cli and demo.
2 years ago
Hui Zhang
d95b0cd9b2
add release and resource
2 years ago
Hui Zhang
59a78f2a46
ds2 wenetspeech to onnx and support streaming asr server
2 years ago
Hui Zhang
73d702fd6a
Merge branch 'develop' into asr_ol
2 years ago
Hui Zhang
cd0b82ff1b
fix pretrain model error
2 years ago
Hui Zhang
42d28b961c
fix pretrian model error
2 years ago
Hui Zhang
4851d1d3a2
Merge branch 'onnx' into asr_ol
2 years ago
Hui Zhang
d66bfefd01
update aishell ds2 streaming onnx model
2 years ago
Hui Zhang
ff3b1ff817
opt onnx script
2 years ago
Hui Zhang
3cee7db021
onnx ds2 straming asr
2 years ago
Hui Zhang
c8574c7e35
ds2 inference as sepearte engine for streaming asr
2 years ago
huangyuxin
678cd15354
update model, test=doc
2 years ago
huangyuxin
47dd61e5b2
refactor ds2, cli, server
2 years ago
KP
6a08221525
Add paddlespeech.resource.
2 years ago
KP
fa6e44e4ff
Add paddlespeech.resource.
2 years ago