update model with 1.0 safeguard 610c44f
Ethan Sim commited on
How to use ethansimrm/opus_big_wce_random with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM
tokenizer = AutoTokenizer.from_pretrained("ethansimrm/opus_big_wce_random")
model = AutoModelForMultimodalLM.from_pretrained("ethansimrm/opus_big_wce_random")