Instructions to use jinaai/jina-clip-implementation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jinaai/jina-clip-implementation with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jinaai/jina-clip-implementation", dtype="auto") - Notebooks
- Google Colab
- Kaggle
fix for latest hf trasformer pretrained model initializer
#11
by Nick-Riviera73 - opened
No description provided.
As discussed here (https://github.com/huggingface/transformers/pull/38382) I'm just adding the _initialize_weights method to invoke the _init_weights one, as per latest hf transformer update
Nick-Riviera73 changed pull request status to open
gmastrapas changed pull request status to merged