adjust results format

This commit is contained in:
Guo Liyong 2022-05-28 01:37:51 +08:00
parent 093fbd1234
commit bd81457222

View File

@ -9,8 +9,11 @@ Related models/log/tensorboard is uploaded to:
https://huggingface.co/GuoLiyong/stateless6_baseline_vs_disstillation https://huggingface.co/GuoLiyong/stateless6_baseline_vs_disstillation
Following results are otained by ./istillation_with_hubert.sh Following results are otained by ./istillation_with_hubert.sh
The only differences is in pruned_transducer_stateless6/train.py. The only differences is in pruned_transducer_stateless6/train.py.
For baseline: set enable_distillation=False For baseline: set enable_distillation=False
For distillation: set enable_distillation=True (the default) For distillation: set enable_distillation=True (the default)
Decoding method is modified beam search. Decoding method is modified beam search.