wewaa
wewaa
設置了轉換器后分詞不太理想,比如搜索 清華 沒有結果,搜索清華大學有結果,這個是什麽原因,我設置如下: { "analysis": { "char_filter": { "tsconvert": { "type": "stconvert", "convert_type": "t2s" } }, "analyzer": { "my_analyzer": { "type": "custom", "char_filter": [ "tsconvert" ], "tokenizer": "ik_smart", "filter": [...
linux下怎么测试?windows下有图形界面。
### How are you running AnythingLLM? Docker (local) ### What happened? I want to analyze images using APIs, for example: ```shell curl -X 'POST' \ 'https://***.com/api/v1/workspace/jerry2/stream-chat' \ -H 'accept: text/event-stream'...
使用命令行完成数据集的音频切分的方式:audio_slicer.py 这个文件找不到? python audio_slicer.py \ --input_path "" \ --output_root "" \ --threshold \ --min_length \ --min_interval --hop_size
### Self Checks - [x] This template is only for bug reports. For questions, please visit [Discussions](https://github.com/fishaudio/fish-speech/discussions). - [x] I have thoroughly reviewed the project documentation (installation, training, inference) but...
支持多少种语言?
运行久了线程会自动退出? INFO:logger:Connection state is closed DEBUG:logger:HumanPlayer Stopping worker thread INFO:logger:lipreal thread stop [libx264 @ 0x7f6747c16980] frame I:655 Avg QP:23.66 size: 85249 [libx264 @ 0x7f6747c16980] frame P:158876 Avg QP:28.48 size: 3838...
tokenizer = BertTokenizer.from_pretrained("D:\\project\\pycharm_workspace\\punctuation_prediction\\model\\pun_models_pytorch") 这个在哪里下载?