Views
No views yet
needle_finetuned_20260608111244_50981_12_512_best.pkl| File | Description |
|---|---|
encoder.onnx | Needle encoder exported from the fine-tuned checkpoint |
decoder_step.onnx | One-step decoder with KV-cache I/O |
needle.model | SentencePiece tokenizer |
tokenizer-specials.json | Special token IDs used by the model |
onnxruntime-web, load needle.model with
sentencepiece-js, and run the encoder once followed by the decoder step in a JS loop.onnx-community/needle-onnx.