How to use mispeech/r1-aqa with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("mispeech/r1-aqa") model = AutoModelForSeq2SeqLM.from_pretrained("mispeech/r1-aqa")
When I demo the model, it just provides an answer. I never see any reasoning.
Is it supposed to be like this?
· Sign up or log in to comment