diff --git a/ci/s3prl.sh b/ci/s3prl.sh new file mode 100644 index 0000000..3425be9 --- /dev/null +++ b/ci/s3prl.sh @@ -0,0 +1,2 @@ +pip install fairseq@git+https://github.com//pytorch/fairseq.git@f2146bdc7abf293186de9449bfa2272775e39e1d#egg=fairseq +git clone https://github.com/s3prl/s3prl.git diff --git a/ci/test_model.py b/ci/test_model.py index 7dafb5c..5ea2deb 100755 --- a/ci/test_model.py +++ b/ci/test_model.py @@ -1,7 +1,9 @@ +import numpy as np import os import shutil +from subprocess import call +import sys -import numpy as np from espnet2.bin.asr_inference import Speech2Text from espnet2.bin.asr_inference_streaming import Speech2TextStreaming @@ -43,6 +45,12 @@ def _tts(model_name): def test_model(): + with open("ci/s3prl.sh", "rb") as file: + script = file.read() + call(script, shell=True) + + sys.path.append(os.getcwd() + "/s3prl") + os.environ["PYTHONPATH"] = os.getcwd() + "/s3prl" d = ModelDownloader() tasks = ["asr", "asr_stream", "tts"] diff --git a/espnet_model_zoo/table.csv b/espnet_model_zoo/table.csv index 71c9884..753fb38 100644 --- a/espnet_model_zoo/table.csv +++ b/espnet_model_zoo/table.csv @@ -153,6 +153,8 @@ ljspeech,tts,kan-bayashi/ljspeech_tts_train_joint_conformer_fastspeech2_hifigan_ ljspeech,tts,kan-bayashi/ljspeech_tts_finetune_joint_conformer_fastspeech2_hifigan_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave,https://zenodo.org/record/5498896/files/tts_finetune_joint_conformer_fastspeech2_hifigan_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave.zip?download=1,22050,en,female,1.7.1,0.10.3a2,628b46,true ljspeech,tts,kan-bayashi/ljspeech_joint_train_conformer_fastspeech2_hifigan,https://zenodo.org/record/5498487/files/tts_train_joint_conformer_fastspeech2_hifigan_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave.zip?download=1,22050,en,female,1.7.1,0.10.3a2,628b46,true ljspeech,tts,kan-bayashi/ljspeech_joint_finetune_conformer_fastspeech2_hifigan,https://zenodo.org/record/5498896/files/tts_finetune_joint_conformer_fastspeech2_hifigan_raw_phn_tacotron_g2p_en_no_space_train.total_count.ave.zip?download=1,22050,en,female,1.7.1,0.10.3a2,628b46,true +fsc,asr,siddhana/fsc_asr_train_asr_hubert_transformer_adam_specaug_raw_en_word_valid.acc.ave_5best,https://zenodo.org/record/5590204/files/asr_train_asr_hubert_transformer_adam_specaug_raw_en_word_valid.acc.ave_5best.zip?download=1,16000,en,,1.8.1,0.10.3a2,4e7d2ba,true +slurp,asr,siddhana/slurp_new_asr_train_asr_conformer_raw_en_word_valid.acc.ave_10best,https://zenodo.org/record/5590384/files/asr_train_asr_conformer_raw_en_word_valid.acc.ave_10best.zip?download=1,16000,en,,1.8.1,0.10.3a2,4e7d2ba,true tedlium2,asr_stream,D-Keqi/espnet_asr_train_asr_streaming_transformer_raw_en_bpe500_sp_valid.acc.ave,huggingface.co,16000,en,,,,,true speechcommands,slu,pyf98/speechcommands_12commands_conformer,https://huggingface.co/,16000,en,,,,,true speechcommands,slu,pyf98/speechcommands_35commands_conformer,https://huggingface.co/,16000,en,,,,,true