How to use hazyresearch/based-1b-50b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hazyresearch/based-1b-50b", dtype="auto")