EmbeddingRetriever with custom trained models #3340
Unanswered
sankalp-acl
asked this question in
Questions
Replies: 3 comments 3 replies
-
Hello @sankalp-acl your approach seems good. Have you encountered any issues? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Related to #1801. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Let's continue this discussion in the issue here: #1801 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I use
EmbeddingRetriever
with a model that I have trained? I'm using the below code to initialize the retriever.I am loading my custom-trained model and tokenizer as follows. The custom model is a pretrained hugging face
sentence-transformer
model that is fine-tuned on some dataset.Beta Was this translation helpful? Give feedback.
All reactions