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")
The community tab is the place to discuss and collaborate with the HF community!