How to use manu/contrastive_zeroner with Transformers:
# Load model directly from transformers import ContrastiveZeroNER model = ContrastiveZeroNER.from_pretrained("manu/contrastive_zeroner", dtype="auto")
What is a pickle import?