Feature Extraction
Transformers
Safetensors
motoko-haptic-encoder
robotics
haptics
embeddings
multimodal
encoder
Instructions to use monodox/motoko-embedding-1-1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use monodox/motoko-embedding-1-1b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="monodox/motoko-embedding-1-1b")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("monodox/motoko-embedding-1-1b", dtype="auto") - Notebooks
- Google Colab
- Kaggle