add docker image id

This commit is contained in:
lyblsgo 2023-09-01 10:27:45 +08:00
parent f84e9ffb2c
commit de6979c31d
3 changed files with 17 additions and 21 deletions

View File

@ -93,25 +93,6 @@ if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then
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

View File

@ -28,6 +28,11 @@ This is suitable for scenarios where there is a need to modify the service deplo
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 @@ The documentation mainly targets novice users who have no need for modifications
### 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 | |

View File

@ -30,7 +30,10 @@ FunASR实时语音听写服务软件包既可以实时地进行语音转文
文档介绍了背后技术原理,识别准确率,计算效率等,以及核心优势介绍:便捷、高精度、高效率、长音频链路,详细文档参考([点击此处](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 | |
## 中文离线文件转写服务CPU版本
@ -52,4 +55,6 @@ funasr-runtime-sdk-cpu-0.2.0 b710f29f7b3a
文档介绍了背后技术原理,识别准确率,计算效率等,以及核心优势介绍:便捷、高精度、高效率、长音频链路,详细文档参考([点击此处](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 | |