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

humbleakh
/
qwen2.5-vl-3b-8bit-chain-of-zoom

Image-to-Text
Transformers
PyTorch
English
qwen2vl
image-text-to-text
vision-language-model
quantized
chain-of-zoom
8-bit precision
super-resolution
qwen
multimodal
Eval Results (legacy)
Model card Files Files and versions
xet
Community
1

Instructions to use humbleakh/qwen2.5-vl-3b-8bit-chain-of-zoom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use humbleakh/qwen2.5-vl-3b-8bit-chain-of-zoom with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("image-to-text", model="humbleakh/qwen2.5-vl-3b-8bit-chain-of-zoom")
    # Load model directly
    from transformers import AutoModelForImageTextToText
    model = AutoModelForImageTextToText.from_pretrained("humbleakh/qwen2.5-vl-3b-8bit-chain-of-zoom", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
qwen2.5-vl-3b-8bit-chain-of-zoom
11.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
humbleakh's picture
humbleakh
Upload VLM model with 8-bit quantization for Chain-of-Zoom
7322441 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    5.72 kB
    Upload VLM model with 8-bit quantization for Chain-of-Zoom 12 months ago
  • config.json
    220 Bytes
    Upload VLM model with 8-bit quantization for Chain-of-Zoom 12 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    11.9 MB
    xet
    Upload VLM model with 8-bit quantization for Chain-of-Zoom 12 months ago