公告板
版本库
filestore
活动
搜索
登录
python
/
FunASR-XL
FUNASR训练
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
bugfix
游雁
2024-04-15
199f6e630af9d9ccfb8c50bcd1f7ba0392c9bd5e
[python/FunASR-XL.git]
/
examples
/
industrial_data_pretraining
/
ct_transformer_streaming
/
demo.sh
1
2
3
4
5
6
7
8
9
model="iic/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727"
python funasr/bin/inference.py \
+model=${model} \
+input="https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_text/punc_example.txt" \
+output_dir="./outputs/debug" \
+device="cpu"