readme: finetuning
#43
by
jupyterjazz
- opened
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
Hi @tomaarsen , it's definitely simpler and works just as well, thanks
jupyterjazz
changed pull request status to
merged