From 135c79794829f7799f55875316d434204aa3dca7 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 22 Dec 2021 23:28:22 +0800 Subject: [PATCH] Add link to colab notebook. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5e24bf3e..f0ead2779 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ The best WER with beam search with beam size 4 is: Note: No auxiliary losses are used in the training and no LMs are used in the decoding. +We provide a Colab notebook to run a pre-trained transducer conformer + stateless decoder model: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1Lm37sNajIpkV4HTzMDF7sn9l0JpfmekN?usp=sharing) + ### Aishell We provide two models for this recipe: [conformer CTC model][Aishell_conformer_ctc]