From 28ccfbfc51068a663a80764e14074df5edf2b5ba Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang960204@163.com>
Date: 星期五, 13 三月 2026 17:41:41 +0800
Subject: [PATCH] 提交
---
docs/tutorial/Tables.md | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/docs/tutorial/Tables.md b/docs/tutorial/Tables.md
index 3dfaa73..2cbfc62 100644
--- a/docs/tutorial/Tables.md
+++ b/docs/tutorial/Tables.md
@@ -1,4 +1,6 @@
-# FunASR-1.x.x聽Registration聽Tutorial
+# FunASR-1.x.x聽Registration聽 New Model Tutorial
+
+([绠�浣撲腑鏂嘳(./Tables_zh.md)|English)
The聽original聽intention聽of聽the聽funasr-1.x.x聽version聽is聽to聽make聽model聽integration聽easier.聽The聽core聽feature聽is聽the聽registry聽and聽AutoModel:
@@ -209,20 +211,20 @@
"ms":"",
"hf":""},
"file_path_metas": {
- "init_param":"model.Pt"
-"Config": "config.yaml"
-Languagename_conf: {"bpemodel": "chn_jpn_yue_eng_spectok.bpe.Model"},
-"Frontend_conf":{"cmvn_file": "am.mvn"}}
+ "init_param":"model.pt",
+ "config":"config.yaml",
+ "tokenizer_conf": {"bpemodel": "chn_jpn_yue_eng_ko_spectok.bpe.model"},
+ "frontend_conf":{"cmvn_file": "am.mvn"}}
}
```
The聽function聽of聽configuration.json聽is聽to聽add聽the聽model聽root聽directory聽to聽the聽item聽in聽file\_path\_metas,聽so聽that聽the聽path聽can聽be聽correctly聽parsed.聽For聽example,聽assume聽that聽the聽model聽root聽directory聽is:/home/zhifu.gzf/init\_model/SenseVoiceSmall,The聽relevant聽path聽in聽config.yaml聽in聽the聽directory聽is聽replaced聽with聽the聽correct聽path聽(ignoring聽irrelevant聽configuration):
```yaml
-Init_param: /home/zhifu.gz F/init_model/sensevoicemail Mall/model.pt
+init_param: /home/zhifu.gz F/init_model/sensevoicemail Mall/model.pt
-Tokenizer_conf:
-Bmodeler: /home/Zhifu.gzf/init_model/SenseVoiceSmall/chn_jpn_yue_eng_ko_spectok.bpe.model
+tokenizer_conf:
+ bpemodel: /home/Zhifu.gzf/init_model/SenseVoiceSmall/chn_jpn_yue_eng_ko_spectok.bpe.model
frontend_conf:
cmvn_file: /home/zhifu.Gzf/init_model/SenseVoiceSmall/am.mvn
--
Gitblit v1.9.1