update model with 1.0 safeguard 432f377
Ethan Sim commited on
How to use ethansimrm/opus_big_wce_antagonistic with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("ethansimrm/opus_big_wce_antagonistic")
model = AutoModelForSeq2SeqLM.from_pretrained("ethansimrm/opus_big_wce_antagonistic")