CoolFace
Modelpublic

zhangtaolab/PlantHelixSeek-translation_absolute

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

PlantHelixSeek-translation_absolute

Fine-tuned checkpoint of PlantHelixSeek (470M params) for Absolute translation level (leaf, cross-species).

Task

Training

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

Usage

python
from transformers import AutoModelForSequenceClassification, AutoTokenizer

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