model weights 654cede
maorivgi commited on
How to use tau/bart-base-sled-contractnli with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("tau/bart-base-sled-contractnli", dtype="auto")