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

zenlm
/
zen-designer

Visual Question Answering
Transformers
English
Chinese
multilingual
vision
multimodal
design
image-generation
Mixture of Experts
zen
zenlm
hanzo
Model card Files Files and versions
xet
Community

Instructions to use zenlm/zen-designer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zenlm/zen-designer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("visual-question-answering", model="zenlm/zen-designer")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("zenlm/zen-designer", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
zen-designer
16.4 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 5 commits
hanzo-dev
Add LICENSE and NOTICE files for license compliance
e415a44 6 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • LICENSE
    11.2 kB
    Add LICENSE and NOTICE files for license compliance 6 days ago
  • NOTICE
    191 Bytes
    Add NOTICE: Copyright Zen Authors 17 days ago
  • README.md
    3.44 kB
    fix(readme): body:sub('huggingface\\.co/zenlm/zen-vl-8b(?!-)')x1;sub('huggingface\\.co/zenlm/zen-vl-30b(?!-)')x1 about 1 month ago