csukuangfj's picture
Add pre-trained models.
42a3add

#Introduction

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

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

epoch=38
avg=10


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

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