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