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