diff --git a/docs/tutorial/Tables.md b/docs/tutorial/Tables.md index 2c255bd3f..1e9d22435 100644 --- a/docs/tutorial/Tables.md +++ b/docs/tutorial/Tables.md @@ -1,5 +1,7 @@ # FunASR-1.x.x Registration 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: * The introduction of the registry enables the development of building blocks to access the model, compatible with a variety of tasks; diff --git a/docs/tutorial/Tables_zh.md b/docs/tutorial/Tables_zh.md index 81426699d..aab40282b 100644 --- a/docs/tutorial/Tables_zh.md +++ b/docs/tutorial/Tables_zh.md @@ -1,5 +1,7 @@ # FunASR-1.x.x 注册模型教程 +(简体中文|[English](./Tables.md)) + funasr-1.x.x 版本的设计初衷是【**让模型集成更简单**】,核心feature为注册表与AutoModel: * 注册表的引入,使得开发中可以用搭积木的方式接入模型,兼容多种task;