fix bugs 0c865f1
fanbinlu commited on
How to use Fanbin/STEVE-R1-7B-SFT with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("Fanbin/STEVE-R1-7B-SFT")
model = AutoModelForMultimodalLM.from_pretrained("Fanbin/STEVE-R1-7B-SFT")