From 54dd43a4481552dbc9c51ff976f256b164877bc4 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 17 一月 2023 17:36:54 +0800
Subject: [PATCH] Merge pull request #35 from zjc6666/patch-1

---
 docs/get_started.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/get_started.md b/docs/get_started.md
index ca009ef..9f01fdc 100644
--- a/docs/get_started.md
+++ b/docs/get_started.md
@@ -110,7 +110,7 @@
 
 * Configuration
 
-We support CTC decoding, attention decoding and hybrid CTC-attention decoding in FunASR, which can be specified by `ctc_weight` in a YAML file in `conf` directory. Specifically, `ctc_weight=1.0` indicates attention decoding, `ctc_weight=0.0` indicates CTC decoding, `0.0<ctc_weight<1.0` indicates hybrid CTC-attention decoding.
+We support CTC decoding, attention decoding and hybrid CTC-attention decoding in FunASR, which can be specified by `ctc_weight` in a YAML file in `conf` directory. Specifically, `ctc_weight=1.0` indicates CTC decoding, `ctc_weight=0.0` indicates attention decoding, `0.0<ctc_weight<1.0` indicates hybrid CTC-attention decoding.
 
 * CPU/GPU Decoding
 

--
Gitblit v1.9.1