logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

解决Sentence Transformers中all-minilm-l6-v2等模型下载问题

今天和大家分享一下如何解决Sentence Transformers中all-minilm-l6-v2等模型下载及使用时,报错:SSLError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/sentence-transformers/all-Min

文章图片
#python#nlp
解决Sentence Transformers中all-minilm-l6-v2等模型下载问题

今天和大家分享一下如何解决Sentence Transformers中all-minilm-l6-v2等模型下载及使用时,报错:SSLError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/sentence-transformers/all-Min

文章图片
#python#nlp
解决用pyLDAvis做可视化的时候报错:TerminatedWorkerError: A worker process managed by the executor was...

之前一直都是在jupyter上面运行的,今天换到pycharm上运行,报错更加清晰joblib.externals.loky.process_executor.TerminatedWorkerError,去网上查了一下是因为joblib包版本过高(我的joblib版本是1.3.2),降低一下版本就行了。

文章图片
#python#pip#conda
解决Sentence Transformers中all-minilm-l6-v2等模型下载问题

今天和大家分享一下如何解决Sentence Transformers中all-minilm-l6-v2等模型下载及使用时,报错:SSLError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/sentence-transformers/all-Min

文章图片
#python#nlp
到底了