How to use 1y33/test-custom-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("1y33/test-custom-model", dtype="auto")