CoolFace
Modelpublic

zhangtaolab/PlantHelixSeek-core_promoter

sourceHugging Facecc-by-nc-4.0updated 2mo agoView on Hugging Face
0likes16downloads
Model Card

PlantHelixSeek-core_promoter

Fine-tuned checkpoint of PlantHelixSeek (470M params) for Core promoter identification.

Task

Training

  • —Base model: PlantHelixSeek
  • —Epochs: 3
  • —Train loss: 0.31412953457533954

Usage

python
from transformers import AutoModelForSequenceClassification, AutoTokenizer

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

Always pass trust_remote_code=True — the HelixSeek architecture is registered via HuggingFace auto_map.

License

CC-BY-NC 4.0 (research use; contact authors for commercial licensing)