initial commit 888b367
Sean MacAvaney commited on
How to use macavaney/sparta-msmarco-distil with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("macavaney/sparta-msmarco-distil", dtype="auto")