ViCA Collection A 7B vision-language model with strong visuospatial reasoning capabilities. • 6 items • Updated May 6, 2025
# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("nkkbr/ViCA-thinking") model = AutoModelForCausalLM.from_pretrained("nkkbr/ViCA-thinking")