Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

blckrvrfx
/
edge-multimodal-embeddings

Feature Extraction
Transformers
ONNX
multimodal
embeddings
edge
quantization
clip
text-embedding
image-embedding
video-embedding
audio-embedding
mobile
arm64
int8
Model card Files Files and versions
xet
Community

Instructions to use blckrvrfx/edge-multimodal-embeddings with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use blckrvrfx/edge-multimodal-embeddings with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="blckrvrfx/edge-multimodal-embeddings")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("blckrvrfx/edge-multimodal-embeddings", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
edge-multimodal-embeddings
52.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
blckrvrfx's picture
blckrvrfx
Upload pyproject.toml with huggingface_hub
e61a012 verified 24 days ago
  • edge_multimodal_embeddings
    Upload edge_multimodal_embeddings/utils/__init__.py with huggingface_hub 24 days ago
  • .gitattributes
    1.52 kB
    initial commit 24 days ago
  • README.md
    10.9 kB
    Upload README.md 24 days ago
  • pyproject.toml
    682 Bytes
    Upload pyproject.toml with huggingface_hub 24 days ago