Transformers How to use leonzong/popf-ft-selection-CEU with Transformers:
# Load model directly
from transformers import AutoTokenizer, PopformerForWindowClassification
tokenizer = AutoTokenizer.from_pretrained("leonzong/popf-ft-selection-CEU")
model = PopformerForWindowClassification.from_pretrained("leonzong/popf-ft-selection-CEU")