Jina AI org
No description provided.
jupyterjazz changed pull request status to open

Hello!

I think we can get away with this instead:

model = SentenceTransformer("jinaai/jina-embeddings-v3", trust_remote_code=True)
model[0].default_task = "classification"

That might be a bit simpler, although I haven't ran this to verify that it works.

  • Tom Aarsen
Jina AI org

Hi @tomaarsen , it's definitely simpler and works just as well, thanks

jupyterjazz changed pull request status to merged

Sign up or log in to comment