PlantHelixSeek-CRE

Fine-tuned from PlantHelixSeek for cis-regulatory element (CRE) prediction — binary classification of open-chromatin / CRE regions.

Task

  • Type: Sequence classification (binary)
  • Base model: PlantHelixSeek (470M)

Usage

from transformers import AutoModelForSequenceClassification, AutoTokenizer

model = AutoModelForSequenceClassification.from_pretrained(
    "zhangtaolab/PlantHelixSeek-CRE", trust_remote_code=True
)
tokenizer = AutoTokenizer.from_pretrained(
    "zhangtaolab/PlantHelixSeek-CRE", trust_remote_code=True
)

Full genome-wide CRE prediction + peak calling pipeline: see scripts/cis_regulatory/.

License

CC-BY-NC 4.0

Downloads last month
-
Safetensors
Model size
0.5B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for zhangtaolab/PlantHelixSeek-CRE

Finetuned
(13)
this model

Collection including zhangtaolab/PlantHelixSeek-CRE