csukuangfj's picture
Add data and test_wavs
1134a53

#Introduction

See https://github.com/k2-fsa/icefall/pull/312

Models in the folder exp are generated using the following command:

epoch=27
avg=10


./pruned_transducer_stateless3/export.py \
  --exp-dir ./pruned_transducer_stateless3/exp \
  --bpe-model data/lang_bpe_500/bpe.model \
  --epoch $epoch \
  --avg $avg

mv -v ./pruned_transducer_stateless3/exp/pretrained.pt ./pruned_transducer_stateless3/pretrained-epoch-${epoch}-avg-${avg}.pt