Downloads · 30 days
24
14% of all-time downloads
decompute/yscompress-v1
yscompress-v1 is a token classification model from decompute. Use it when you need labels on individual words, such as names. It is set up for transformers. The card lists the license as apache-2.0.
YSCompress v1 is an internal context/token compression model package.
Downloads · 30 days
24
14% of all-time downloads
All-time downloads
176
Public
Parameters
150M
756 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors600 MB · 79%
From the Hugging Face model README
YSCompress v1 is an internal context/token compression model package.
This package is intended for context compression and token-level keep/discard scoring in Decompute/Recompute inference systems.
from transformers import AutoConfig
cfg = AutoConfig.from_pretrained("decompute/yscompress-v1", token="hf_...")
print(cfg.model_type) # modernbert
model_type is intentionally retained as modernbert for Transformers compatibility. The deployment-facing architecture alias is YSCompressor.
The package includes model weights, tokenizer assets, model configuration, optional ONNX assets if present, license, and third-party notices.