zhangtaolab/PlantHelixSeek-core_promoter
016
PlantHelixSeek-core_promoter
Fine-tuned checkpoint of PlantHelixSeek (470M params) for Core promoter identification.
Task
- Type: binary
- Dataset: plant-multi-species-core-promoters · ModelScope
Training
- Base model: PlantHelixSeek
- Epochs: 3
- Train loss: 0.31412953457533954
Usage
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)
