• v0.6.6-rc16 a6e8522116

    v0.6.6-rc16
    Some checks failed
    continuous-integration/drone/push Build is failing
    continuous-integration/drone/tag Build is passing
    Stable

    admin-mrrm released this 2026-06-07 18:38:52 +02:00 | 109 commits to main since this release

    Xenova-ONNX-Export behält die Standard-BERT-3-Input-Signatur (input_ids, attention_mask, token_type_ids). E5/XLM-RoBERTa nutzt keine Segment-IDs in der Praxis — wir füttern jetzt einen Zeros-Tensor in token_type_ids, damit der ONNX-Graph zufrieden ist.

    Highlights

    • session.run() bekommt jetzt 3 Inputs statt 2
    • token_type_ids = Zeros-Tensor mit gleicher Shape wie input_ids
    • Spec-Test sperrt 3-Input-Verhalten
    Downloads