CoolFace
Modelpublic

zhangtaolab/PlantHelixSeek-translation_onoff

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

PlantHelixSeek-translation_onoff

Fine-tuned checkpoint of PlantHelixSeek (470M params) for Translation on/off (leaf, cross-species).

Task

Training

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

Usage

python
from transformers import AutoModelForSequenceClassification, AutoTokenizer

model = AutoModelForSequenceClassification.from_pretrained(
    "zhangtaolab/PlantHelixSeek-translation_onoff", trust_remote_code=True
)
tokenizer = AutoTokenizer.from_pretrained(
    "zhangtaolab/PlantHelixSeek-translation_onoff", 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)