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

iLearn-Lab
/
CVPRW26-ChartLens

Image-Text-to-Text
PEFT
Safetensors
PyTorch
lora
chart-understanding
conversational
Model card Files Files and versions
xet
Community
1

Instructions to use iLearn-Lab/CVPRW26-ChartLens with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use iLearn-Lab/CVPRW26-ChartLens with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/data2/caoruping/DataMFM/models/granite-vision-4.1-4b")
    model = PeftModel.from_pretrained(base_model, "iLearn-Lab/CVPRW26-ChartLens")
  • Notebooks
  • Google Colab
  • Kaggle
CVPRW26-ChartLens
183 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
LIU1712's picture
LIU1712
nielsr's picture
nielsr HF Staff
Add pipeline tag, library name and link to paper (#1)
f2de332 about 9 hours ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    4.94 kB
    Add pipeline tag, library name and link to paper (#1) about 9 hours ago
  • adapter_config.json
    1.24 kB
    Upload 8 files about 19 hours ago
  • adapter_model.safetensors
    176 MB
    xet
    Upload 8 files about 19 hours ago
  • chat_template.jinja
    12.1 kB
    Upload 8 files about 19 hours ago
  • processing.py
    2.35 kB
    Upload 8 files about 19 hours ago
  • processor_config.json
    2.1 kB
    Upload 8 files about 19 hours ago
  • tokenizer.json
    7.15 MB
    Upload 8 files about 19 hours ago
  • tokenizer_config.json
    538 Bytes
    Upload 8 files about 19 hours ago