Transformers
Safetensors
English
roberta
genomics
population-genetics
axial-attention
self-supervised
natural-selection
haplotype
Instructions to use leonzong/popf-ft-selection-CEU with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- 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") - Notebooks
- Google Colab
- Kaggle