Lordgpt / Transformer
Zerx966's picture
Create Transformer
9f5e850 verified
raw
history blame
116 Bytes
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Zyphra/BlackMamba-2.8B")