rust-bert
rust-bert copied to clipboard
As a newbie developer, I have some questions
i want to sentiment embeddings local
I downloaded two models
https://huggingface.co/GanymedeNil/text2vec-large-chinese https://huggingface.co/shibing624/text2vec-base-chinese
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?