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
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ Popformer is pre-trained on masked haplotype reconstruction and evaluated on:
|
|
| 27 |
|
| 28 |
## Usage
|
| 29 |
|
| 30 |
-
See the [repository README](https://github.com/
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
```bibtex
|
|
|
|
| 27 |
|
| 28 |
## Usage
|
| 29 |
|
| 30 |
+
See the [repository README](https://github.com/zongleon/popformer) for full preprocessing and inference examples, including VCF/HDF5 input and genome-wide selection scans.
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
```bibtex
|