- Notifications
You must be signed in to change notification settings - Fork352
Closed
Description
A user on Discord submitted the following query with subsequent error:
SELECTpgml.embed( transformer=>'jinaai/jina-embeddings-v2-base-en',text=>'Dynamical Scalar Degree of Freedom in Horava-Lifshitz Gravity"}', kwargs=>'{"trust_remote_code": true}');
ERROR: ValueError: Loading this model requires you to execute custom code contained in the model repository on your localmachine. Please set the option trust_remote_code=True to permit loading of this model.We are currently usingsentence_transformers andInstructorEmbedding Python packages for thepgml.embed function. This model gets dispatched to thesentence_transformers package which does not appear to support thetrust_remote_code keyword.
Huggingface shows, for this model, to usetransformers.AutoModel. We should probably add this in, but how do we determine which model should use which package? Can they all usetransformers? These questions need answering.
Metadata
Metadata
Assignees
Labels
No labels