How to use from the
Use from the
sentence-transformers library
from sentence_transformers import SentenceTransformer

model = SentenceTransformer("magiccodingman/Jasper-Token-Compression-600M-ONNX-FP32", trust_remote_code=True)

sentences = [
    "That is a happy person",
    "That is a happy dog",
    "That is a very happy person",
    "Today is a sunny day"
]
embeddings = model.encode(sentences)

similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [4, 4]

Jasper Token Compression 600M โ€” ONNX FP32

ONNX export of infgrad/Jasper-Token-Compression-600M.

Precision: FP32
Quantization: None (FP32)
Model size: 2.26 GiB

Full-precision FP32 ONNX export. This is the reference model used for the included quantization fidelity comparisons.

Benchmarks

Tokens Median latency Tokens/s
32 139.282 ms 229.7
128 155.466 ms 823.3
512 211.763 ms 2,417.8
1024 288.388 ms 3,550.8

Attribution

Original model: infgrad/Jasper-Token-Compression-600M

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for magiccodingman/Jasper-Token-Compression-600M-ONNX-FP32

Quantized
(4)
this model