-
python finetune/run_classifier.py --pretrained_model_path models/roberta-base-finetuned-dianping-chinese/pytorch_model.bin \
--vocab_path models/google_zh_vocab.txt…
-
前面文章参考:克隆人像和声音,metahuman与GPT-SoVITS接口打通,过程汇总(https://github.com/lipku/metahuman-stream/issues/210)
1.流程概要:前台语音及上传到后台->asr语音识别->LLM对话模型->metahuman呈现
2.增加asr语音识别库
下载模型:https://openaipublic.azure…
-
The model [https://arxiv.org/pdf/2005.09394.pdf](url) , But the ''decode_streaming'' in speech2text.py did not support the streamming transformer? It only support rnn model?
-
**问题描述 / Problem Description**
::
按照langchain-chatchat=0.3.1源码部署文档一步步部署,但是在配置模型调用千帆api启动项目后在web页面多功能交互显示正在思考...,模型不回复并且终端也没有显示报错**
配置:
版本号:langchain-chatchat=0.3.1
python版本:3.11
服务器:ubun…
-
I have build a kivy app to android apk with kivy following the example from this source (https://github.com/kivy/plyer/blob/master/examples/speech2text/main.py)
the app is working good by when I cl…
-
The requested URL /speech-api/v1/recognize?xjerr=1&client=speech2text&lang=en-US&maxresults=2 was not found on this server. That’s all we know.
-
Hi
Thanks for the tools, it's really nice.
Combined with Whisper for Speech2Text and emacs-aichat /BingChat, I almost configured an audio dialog with ChatGPT, that's so neeeaaaat.
One thing I…
-
Hello
I tried the sample app on iOS 11, Titanium SDK 7.4.1GA, Hyperloop 3.1.4
but the app crashed when launching
How to use the Speech2Text module ?
thanks for your help
-
Why is this happening?
python3 generate_lm.py --input_txt data.txt --output_dir . --top_k 2 --kenlm_bins
/mnt/c/Users/eliso/speech2text/STT/kenlm/build/bin/ --arpa_order 5 --max_arpa_memory "85%"…
-
```
./run.sh --gpu 0,1,2,3 --stage 4 --stop_stage 4 --conf conf/asr/blstm_las.yaml
```
```
Traceback (most recent call last):
File "/e2e_asr/neural_sp/examples/aishell/s5/../../../neural_sp/…