init 263e7a9
Chiraag Anand commited on
How to use theastronuts/q16 with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModel
processor = AutoProcessor.from_pretrained("theastronuts/q16")
model = AutoModel.from_pretrained("theastronuts/q16")