How to use EleutherAI/enformer-191k with Transformers:
# Load model directly from transformers import Enformer model = Enformer.from_pretrained("EleutherAI/enformer-191k", dtype="auto")
What is a pickle import?