Upload 2 files
#1
by
pfluo
- opened
add lm
export commands are
GIT_LFS_SKIP_SMUDGE=1 https://huggingface.co/pfluo/k2fsa-zipformer-chinese-english-mixed
pushd k2fsa-zipformer-chinese-english-mixed/exp
git lfs pull --include "rnn-lm-small-text-19.pt"
ln -s rnn-lm-small-text-19.pt epoch-99.pt
popd
cd icefall/rnn_lm
python3 ./export-onnx.py --exp-dir k2fsa-zipformer-chinese-english-mixed/exp --epoch 99 --avg 1 --vocab-size 6254 --embedding-dim 256 --hidden-dim 256 --num-layers 6 --tie-weights 1
Thanks!
csukuangfj
changed pull request status to
merged