config 0726382
Simran Arora commited on
How to use hazyresearch/based-360M-30B with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("hazyresearch/based-360M-30B", dtype="auto")