From 3f4b7fac84fd9666ecc36ee6425b17fde96ddd7c Mon Sep 17 00:00:00 2001 From: Guo Liyong Date: Fri, 27 May 2022 11:04:28 +0800 Subject: [PATCH] add results of 100hours --- egs/librispeech/ASR/RESULTS-100hours.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/egs/librispeech/ASR/RESULTS-100hours.md b/egs/librispeech/ASR/RESULTS-100hours.md index 2e1bbd687..5a2d93cbc 100644 --- a/egs/librispeech/ASR/RESULTS-100hours.md +++ b/egs/librispeech/ASR/RESULTS-100hours.md @@ -3,6 +3,15 @@ This page shows the WERs for test-clean/test-other using only train-clean-100 subset as training data. +## Distillation with hubert +### 2022-05-27 + +Decoding method is modified beam search. Epoch is 0-based when doing these experiments. +| | test-clean | test-other | comment | +|-------------------------------------|------------|------------|------------------------------------------| +| baseline no vq distillation | 7.08 | 18.66 | --epoch 19, --avg 10, --max-duration 200 | +| distillation with hubert | 5.68 | 15.80 | --epoch 19, --avg 10, --max-duration 200 | + ## Conformer encoder + embedding decoder ### 2022-02-21