Transformers How to use deman539/llama381binstruct_summarize_short_merged with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("deman539/llama381binstruct_summarize_short_merged", dtype="auto")