why not appear transformers library in the taskbar??
#9
by ppinedo - opened
Hello!
Some Sentence Transformer models can't be loaded correctly on just transformers. This is due to the Dense module, which adds an additional transformation after the transformers-compatible first modules. So, the Sentence Transformers results is the correct one & the transformers one is incorrect.
That is also why this model does not have a transformers tag & in the top right it only says "Use in sentence transformers" and not also in transformers.
I hope that clears it up
- Tom Aarsen
tomaarsen changed discussion status to closed
Thanks for your reply @tomaarsen :)
"Sentence Transformer model" are all those in Embedding Model Datasets. right?? results using this library (HF transformers) are incorrect???
Dense module is #2 module in the graph?? And which are another models with Dense module??
