-
Hi, I want to post-training a model and test on the MTEB benchmark.
During implementation , I found that load pre-trained model in different way results in different embed_dim.
For example:
model …
-
Hello,
I finally managed to use a local embedding model (mxbai-embed-large-v1) using new SentenceTransformerEmbeddingModel class (thenks to developper team for this work !!! ;-)).
```
sparse_em…
-
It seems that model files on rostlab.org cannot be accessed recently by all links below:
https://rostlab.org/~deepppi/seqvec.zip
https://rostlab.org/~deepppi/seqvec_checkpoint.tar.gz
http://rostl…
-
Hi there, I hope you are doing well
Thank you for this package you are working on, it's great!
Do you have on mind the implementation for interacting with embedding models? Or maybe you have already…
-
When loading some popular embedding models, I am currently coming across a Jackson parsing error of MismatchInputException from loading of the `tokenizer.json`. After further investigation, it seems l…
-
With [HIT-TMG/KaLM-embedding-multilingual-mini-instruct-v1](https://huggingface.co/HIT-TMG/KaLM-embedding-multilingual-mini-instruct-v1), I have the following error:
```
Loader not specified for m…
-
1. word2vec (cbow , skip-gram)
2. doc2vec (cbow , skip-gram)
ETC.
-
**r2r cannot work with Azure Embedding**
I am trying to use the Azure OpneAI models for completion and embedding for a full deployment using docker.
**To Reproduce**
Here is my file:
```
[aut…
-
### The model to consider
The Snowflake arctic embed family of embeddings models - a very small but performant-for-size series of embedding models.
https://huggingface.co/Snowflake/snowflake-arcti…
-
My dataset is creating an index of 10GB using Qdrant in langchain. I am creating both dense and sparse vectors. I am having issues with slow performance both creating the vectorstore ( took almost 6 d…