You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the simplification of haystack/modeling/model/language_modeling.py are merged, we can proceed attempting to load a Data2VecVision into a Retriever, be it EmbeddingRetriever or a custom retriever class.
This issue implies also the addition (and potentially a revision) of relevant test.
Once the simplification of
haystack/modeling/model/language_modeling.py
are merged, we can proceed attempting to load aData2VecVision
into a Retriever, be itEmbeddingRetriever
or a custom retriever class.This issue implies also the addition (and potentially a revision) of relevant test.
Related issues: #2445
Update: as we realized that
Data2VecVision
models are unsuited for the task, we shifted into rather adding support for CLIP.The text was updated successfully, but these errors were encountered: