fatal: unable to access ‘https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/‘: Failed to
transformers
huggingface/transformers: 是一个基于 Python 的自然语言处理库,它使用了 PostgreSQL 数据库存储数据。适合用于自然语言处理任务的开发和实现,特别是对于需要使用 Python 和 PostgreSQL 数据库的场景。特点是自然语言处理库、Python、PostgreSQL 数据库。
项目地址:https://gitcode.com/gh_mirrors/tra/transformers
免费下载资源
·
原因:
Cloning into ‘all-MiniLM-L6-v2’…
fatal: unable to access ‘https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/’: Failed to connect to huggingface.co port 443 after 21306 ms: Couldn’t connect to server
设置 HTTP/HTTPS 代理
git config --global --add http.proxy localhost:10808
git config --global --add http.sslVerify false
git config --global --add https.proxy localhost:10808
git config --global --add https.sslVerify false
设置 socks5 代理
git config --global --add http.proxy socks5://localhost:10808
git config --global --add http.sslVerify false
git config --global --add https.proxy socks5://localhost:10808
git config --global --add https.sslVerify false
取消代理设置
git config --global --unset http.proxy
git config --global --unset http.sslVerify
git config --global --unset https.proxy
git config --global --unset https.sslVerify
常见问题
warning: http.proxy has multiple values
error: cannot overwrite multiple values with a single value
如果你曾设置过代理,便会在再设置代理时遭遇此错误。使用 --unset-all 替代 --unset 即可解决。
git config --global --unset-all http.proxy
git config --global --unset-all https.proxy
GitHub 加速计划 / tra / transformers
64
5
下载
huggingface/transformers: 是一个基于 Python 的自然语言处理库,它使用了 PostgreSQL 数据库存储数据。适合用于自然语言处理任务的开发和实现,特别是对于需要使用 Python 和 PostgreSQL 数据库的场景。特点是自然语言处理库、Python、PostgreSQL 数据库。
最近提交(Master分支:4 个月前 )
09d5f762
* remove manual assignment tie-word-embeddings
* remove another unused attribute
* fix tests
* fix tests
* remove unnecessary overwrites
* fix
* decoder=True
* clean pix2struct
* run-all
* forgot `_tied_weights_keys` when adding Emu3
* also Aria + fix-copies
* and clean aria 3 小时前
c61fcde9
* DataCollatorForLanguageModeling class was updated with new parameters that provides more control over the token masking and relacing
* DataCollatorForLanguageModeling class was updated with new parameters that provides more control over the token masking and relacing
* Addressed review comments, modified the docstring and made a test for the DataCollatorForLanguageModeling 19 小时前
更多推荐
已为社区贡献8条内容
所有评论(0)