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

moca-embed
/
MoCa-Qwen25VL-3B

Zero-Shot Image Classification
Transformers
Safetensors
English
qwen2_5_vl
mmeb
multimodal
text-generation-inference
Model card Files Files and versions
xet
Community
1

Instructions to use moca-embed/MoCa-Qwen25VL-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use moca-embed/MoCa-Qwen25VL-3B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="moca-embed/MoCa-Qwen25VL-3B")
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoProcessor, Qwen2_5ForEmbedding
    
    processor = AutoProcessor.from_pretrained("moca-embed/MoCa-Qwen25VL-3B")
    model = Qwen2_5ForEmbedding.from_pretrained("moca-embed/MoCa-Qwen25VL-3B")
  • Notebooks
  • Google Colab
  • Kaggle
MoCa-Qwen25VL-3B
7.51 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 22 commits
Haon-Chen's picture
Haon-Chen
update README
89b0e5a 11 months ago
  • .gitattributes
    138 Bytes
    Upload folder using huggingface_hub 12 months ago
  • README.md
    7.32 kB
    update README 11 months ago
  • config.json
    1.7 kB
    README 12 months ago
  • generation_config.json
    346 Bytes
    Upload folder using huggingface_hub 12 months ago
  • model-00001-of-00002.safetensors
    5 GB
    xet
    Upload folder using huggingface_hub 12 months ago
  • model-00002-of-00002.safetensors
    2.51 GB
    xet
    remove linear 12 months ago
  • model.safetensors.index.json
    68.8 kB
    remove linear 12 months ago