Turns Qwen3.5 into a 3-way NLI cross-encoder (entailment/contradiction/neutral) for zero-shot reranking, grading, content guarding, or action selection. Provides a pretrained Qwen3.5-4B checkpoint, helper utilities (OpenJevCrossEncoder, LatentMLPHead), and optional 35B MoE latent heads for per-task scoring.
A 27B-class language model packaged in GGUF with end-to-end ternary weights for on-device or single-GPU llama.cpp inference; reduces FP16 footprint to ~5.9–7.2 GB while retaining ~98% of baseline performance and supporting up to 262K tokens.
A 29B-parameter mixture-of-experts LLM for long-context reasoning and agent-style workflows, with native 256K context and Ascend NPU co-optimizations. Compatible with Transformers/vLLM ecosystems; suitable for long-horizon agents and domain fine-tuning.
Fast, non-autoregressive decision engine that answers typed questions (choice/score/noul) over text or JSON states with calibrated probabilities and confidences in a single forward pass. Suited for routing, triage and moderation workflows; includes a Router to pick checkpoints per request.