initial commit 706cb53 verified
Nguyen commited on
How to use nvan13/tinyllama-dolly with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("nvan13/tinyllama-dolly", dtype="auto")