Sentence Similarity
Transformers
ONNX
Safetensors
English
agentic-intelligence-lab
elephant
embeddings
multimodal
retrieval
rag
agents
routing
image-text
audio-text
matryoshka
2dmse
Eval Results (legacy)
Instructions to use agentic-in/elephant-embeddings-v1-multimodal-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agentic-in/elephant-embeddings-v1-multimodal-small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("agentic-in/elephant-embeddings-v1-multimodal-small", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "output_dim": 384, | |
| "text_encoder_name": "sentence-transformers/all-MiniLM-L6-v2", | |
| "image_encoder_name": "google/siglip-base-patch16-512", | |
| "audio_encoder_name": "openai/whisper-tiny", | |
| "fusion_type": "transformer", | |
| "num_fusion_layers": 2, | |
| "enable_layer_outputs": true | |
| } |