We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
下载text2vec-base-chinese模型参数,将其放入./text2vec-base-chinese目录下。 这个步骤貌似跟代码对应不上,代码中是 需要from text2vec import SentenceModel; 也就是说需要使用text2vec文件夹中的SentenceModel方法才能够读取text2vec-base-chinese,跟步骤中的描述不符合; 我不知道我的理解对不对; hugging face中的text2vec-base-chinese模型参数具体是哪些,怎么下载
from text2vec import SentenceModel
text2vec
SentenceModel
text2vec-base-chinese
The text was updated successfully, but these errors were encountered:
我理解错了,text2vec该依赖包中含有SentenceModel方法
Sorry, something went wrong.
那么./text2vec-base-chinese文件夹下的模型参数,是放置text2vec-base-chinese下的config.json文件吗
./text2vec-base-chinese
No branches or pull requests
下载text2vec-base-chinese模型参数,将其放入./text2vec-base-chinese目录下。
这个步骤貌似跟代码对应不上,代码中是 需要
from text2vec import SentenceModel
;也就是说需要使用
text2vec
文件夹中的SentenceModel
方法才能够读取text2vec-base-chinese
,跟步骤中的描述不符合;我不知道我的理解对不对;
hugging face中的
text2vec-base-chinese
模型参数具体是哪些,怎么下载The text was updated successfully, but these errors were encountered: