Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

bravesoftware
/
Ocelot-1-VL

Image-Text-to-Text
PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use bravesoftware/Ocelot-1-VL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use bravesoftware/Ocelot-1-VL with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-4B-Instruct")
    model = PeftModel.from_pretrained(base_model, "bravesoftware/Ocelot-1-VL")
  • Notebooks
  • Google Colab
  • Kaggle
Ocelot-1-VL
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
jameshx's picture
jameshx
Add link to open source training code
c963587 verified 15 days ago
  • .gitattributes
    1.57 kB
    Upload 5 files 18 days ago
  • README.md
    8.48 kB
    Add link to open source training code 15 days ago
  • adapter_config.json
    1.06 kB
    Upload 5 files 18 days ago
  • adapter_model.safetensors
    264 MB
    xet
    Upload 5 files 18 days ago
  • tokenizer.json
    11.4 MB
    xet
    Upload 5 files 18 days ago
  • tokenizer_config.json
    665 Bytes
    Upload 5 files 18 days ago