How to use HXCR/hello-base-model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HXCR/hello-base-model", dtype="auto")
What is a pickle import?