Image-Text-to-Text
PEFT
Safetensors
qwen3_5
chart-qa
visual-question-answering
multimodal
lora
qwen
data-visualization
robustness
conversational
Instructions to use vinod-anbalagan/prism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vinod-anbalagan/prism with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Qwen3.5-9B") model = PeftModel.from_pretrained(base_model, "vinod-anbalagan/prism") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!