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

preethamvj
/
chart-vision-qwen

Text Generation
PEFT
Safetensors
lora
conversational
Model card Files Files and versions
xet
Community
1

Instructions to use preethamvj/chart-vision-qwen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use preethamvj/chart-vision-qwen with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-2B-Instruct")
    model = PeftModel.from_pretrained(base_model, "preethamvj/chart-vision-qwen")
  • Notebooks
  • Google Colab
  • Kaggle
chart-vision-qwen
5.72 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
aaronmat1905's picture
aaronmat1905
Update README.md
35d28d9 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    4.2 kB
    Update README.md 3 months ago