moment small added 43ee05b
Nina Zukowska commited on
How to use AutonLab/MOMENT-1-small with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("AutonLab/MOMENT-1-small", dtype="auto")