From de6979c31d494900d69514369f6ed8732230e8a6 Mon Sep 17 00:00:00 2001
From: lyblsgo <wucong.lyb@alibaba-inc.com>
Date: 星期五, 01 九月 2023 10:27:45 +0800
Subject: [PATCH] add docker image id
---
egs/aishell2/transformerLM/run.sh | 19 -------------------
funasr/runtime/readme_cn.md | 9 +++++++--
funasr/runtime/readme.md | 10 ++++++++++
3 files changed, 17 insertions(+), 21 deletions(-)
diff --git a/egs/aishell2/transformerLM/run.sh b/egs/aishell2/transformerLM/run.sh
index a5ea0ea..4a647c9 100755
--- a/egs/aishell2/transformerLM/run.sh
+++ b/egs/aishell2/transformerLM/run.sh
@@ -93,25 +93,6 @@
exit 2
fi
- ## use_word_lm=false
- ## # Create word-list for word-LM training
- ## if ${use_word_lm} && [ "${token_type}" != word ]; then
- ## echo "Generate word level token_list from ${lm_train_text}"
- ## python -m funasr.bin.tokenize_text \
- ## --token_type word \
- ## --input "${lm_train_text}" \
- ## --output "${token_list}" \
- ## --field 2- \
- ## --cleaner "${cleaner}" \
- ## --g2p "${g2p}" \
- ## --write_vocabulary true \
- ## --vocabulary_size "${word_vocab_size}" \
- ## --add_symbol "${blank}:0" \
- ## --add_symbol "${sos}:1" \
- ## --add_symbol "${eos}:2" \
- ## --add_symbol "${oov}:-1"
- ## fi
-
lm_token_list="${token_list}"
fi
diff --git a/funasr/runtime/readme.md b/funasr/runtime/readme.md
index f330f0e..080e3ea 100644
--- a/funasr/runtime/readme.md
+++ b/funasr/runtime/readme.md
@@ -28,6 +28,11 @@
The document introduces the technology principles behind the service, recognition accuracy, computing efficiency, and core advantages: convenience, high precision, high efficiency, and long audio chain. For detailed documentation, please refer to [docs](https://mp.weixin.qq.com/s/8He081-FM-9IEI4D-lxZ9w).
+### latest version & image ID
+
+| image version | image ID | INFO |
+|-----|-----|------|
+| funasr-runtime-sdk-cpu-0.2.0 | b710f29f7b3a | |
## File Transcription Service, Mandarin (CPU)
@@ -46,3 +51,8 @@
### Advanced Development Guide
The documentation mainly targets advanced developers who require modifications and customization of the service. It supports downloading model deployments from modelscope and also supports deploying models that users have fine-tuned. For detailed information, please refer to the documentation available by [docs](./docs/SDK_advanced_guide_offline.md)
+
+### latest version & image ID
+| image version | image ID | INFO |
+|-----|-----|------|
+| funasr-runtime-sdk-online-cpu-0.1.1 | e8cfb63c29d3 | |
diff --git a/funasr/runtime/readme_cn.md b/funasr/runtime/readme_cn.md
index 278ee7b..70a648f 100644
--- a/funasr/runtime/readme_cn.md
+++ b/funasr/runtime/readme_cn.md
@@ -30,7 +30,10 @@
鏂囨。浠嬬粛浜嗚儗鍚庢妧鏈師鐞嗭紝璇嗗埆鍑嗙‘鐜囷紝璁$畻鏁堢巼绛夛紝浠ュ強鏍稿績浼樺娍浠嬬粛锛氫究鎹枫�侀珮绮惧害銆侀珮鏁堢巼銆侀暱闊抽閾捐矾锛岃缁嗘枃妗e弬鑰冿紙[鐐瑰嚮姝ゅ](https://mp.weixin.qq.com/s/8He081-FM-9IEI4D-lxZ9w)锛�
### 鏈�鏂扮増鏈強image ID
-funasr-runtime-sdk-cpu-0.2.0 b710f29f7b3a
+
+| image version | image ID | INFO |
+|-----|-----|------|
+| funasr-runtime-sdk-cpu-0.2.0 | b710f29f7b3a | |
## 涓枃绂荤嚎鏂囦欢杞啓鏈嶅姟锛圕PU鐗堟湰锛�
@@ -52,4 +55,6 @@
鏂囨。浠嬬粛浜嗚儗鍚庢妧鏈師鐞嗭紝璇嗗埆鍑嗙‘鐜囷紝璁$畻鏁堢巼绛夛紝浠ュ強鏍稿績浼樺娍浠嬬粛锛氫究鎹枫�侀珮绮惧害銆侀珮鏁堢巼銆侀暱闊抽閾捐矾锛岃缁嗘枃妗e弬鑰冿紙[鐐瑰嚮姝ゅ](https://mp.weixin.qq.com/s/DHQwbgdBWcda0w_L60iUww)锛�
### 鏈�鏂扮増鏈強image ID
-funasr-runtime-sdk-online-cpu-0.1.1 e8cfb63c29d3
+| image version | image ID | INFO |
+|-----|-----|------|
+| funasr-runtime-sdk-online-cpu-0.1.1 | e8cfb63c29d3 | |
--
Gitblit v1.9.1