Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

RhapsodyAI
/
MiniCPM-V-Embedding-preview

Feature Extraction
Transformers
PyTorch
English
minicpmv
information retrieval
embedding model
visual information retrieval
custom_code
Model card Files Files and versions
xet
Community
3

Instructions to use RhapsodyAI/MiniCPM-V-Embedding-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RhapsodyAI/MiniCPM-V-Embedding-preview with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="RhapsodyAI/MiniCPM-V-Embedding-preview", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("RhapsodyAI/MiniCPM-V-Embedding-preview", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MiniCPM-V-Embedding-preview
13.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 85 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
fe6ae32 verified over 1 year ago
  • images
    Upload 2 files almost 2 years ago
  • .gitattributes
    1.69 kB
    Upload 2 files almost 2 years ago
  • README.md
    8 kB
    Update README.md over 1 year ago
  • config.json
    1.16 kB
    Update config.json almost 2 years ago
  • configuration_minicpm.py
    12.1 kB
    Upload 4 files almost 2 years ago
  • model.safetensors
    6.87 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • modeling_minicpm.py
    71.2 kB
    Upload 4 files almost 2 years ago
  • modeling_minicpmv.py
    19.9 kB
    Update modeling_minicpmv.py almost 2 years ago
  • pipeline.py
    4.01 kB
    Update pipeline.py over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.BFloat16Storage"

    What is a pickle import?

    6.87 GB
    xet
    Rename visual_pytorch_model.bin to pytorch_model.bin almost 2 years ago
  • resampler.py
    5.66 kB
    Upload 4 files almost 2 years ago
  • special_tokens_map.json
    651 Bytes
    Upload 5 files almost 2 years ago
  • tokenizer.model
    1.99 MB
    xet
    Upload 5 files almost 2 years ago
  • tokenizer_config.json
    3.37 kB
    Upload 5 files almost 2 years ago