How to use nkkbr/ViCA with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("nkkbr/ViCA") model = AutoModelForCausalLM.from_pretrained("nkkbr/ViCA")
The community tab is the place to discuss and collaborate with the HF community!