rust-bert icon indicating copy to clipboard operation
rust-bert copied to clipboard

As a newbie developer, I have some questions

Open 757566833 opened this issue 2 years ago • 0 comments

i want to sentiment embeddings local

I downloaded two models

https://huggingface.co/GanymedeNil/text2vec-large-chinese https://huggingface.co/shibing624/text2vec-base-chinese

2023 05 11_赵宏健 91801f6761bf2b78cdfb9041e90b21f7

I copied this code to run

https://github.com/guillaume-be/rust-bert/issues/331#issuecomment-1419586133

the text2vec-large-chinese is success

There are some problems with the text2vec-base-chinese

Although it can run normally, the results returned by the same parameters will always be different, why?

757566833 avatar May 11 '23 11:05 757566833