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

Sayeem26s
/
Chartqwen

Image-to-Text
Transformers
Safetensors
English
vision-language
chart-understanding
chart-question-answering
document-understanding
multimodal
Model card Files Files and versions
xet
Community

Instructions to use Sayeem26s/Chartqwen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Sayeem26s/Chartqwen 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="Sayeem26s/Chartqwen")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Sayeem26s/Chartqwen", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Chartqwen
392 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Sayeem26s's picture
Sayeem26s
Upload processor
339c0d2 verified 4 months ago
  • .gitattributes
    1.57 kB
    Upload processor 4 months ago
  • README.md
    1.35 kB
    Upload fine-tuned Qwen2.5-VL error bar detector 4 months ago
  • adapter_config.json
    1.06 kB
    Upload fine-tuned Qwen2.5-VL error bar detector 4 months ago
  • adapter_model.safetensors
    381 MB
    xet
    Upload fine-tuned Qwen2.5-VL error bar detector 4 months ago
  • chat_template.jinja
    1.02 kB
    Upload processor 4 months ago
  • processor_config.json
    1.42 kB
    Upload processor 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload processor 4 months ago
  • tokenizer_config.json
    709 Bytes
    Upload processor 4 months ago