AIAny
AI Model2026
Icon for item

Nandi-Mini-600M-Early-Checkpoint

Early pretraining checkpoint of a compact multilingual causal LM aimed at low-memory deployment and Indic language support. Explores a Shared KV cache mode that can cut KV-cache memory by ~50% for inference; results are provisional (not a final, fully trained model).

Introduction

Small LLMs that reduce inference memory use can change where long-context and multilingual models are deployable. This early checkpoint provides concrete trade-offs — a ~600M-parameter causal model trained up to an early stage (~250B tokens) that experiments with a Shared KV cache to materially lower KV-cache footprint while focusing on Indic languages.

Key Capabilities
  • Memory-first inference design: the Shared KV cache option is shown to reduce KV-cache memory by roughly 50%, which directly lowers GPU/edge VRAM required for autoregressive decoding — so you can run longer contexts or larger batch sizes on constrained hardware with modest extra compute overhead.
  • Compact multilingual coverage: tokenizer and training mixes target English plus a wide set of Indic languages (Hindi, Bengali, Tamil, Telugu, Marathi, Gujarati, Kannada, Malayalam, Punjabi, Odia). Tokenization fertility numbers suggest more efficient tokenization for several Indic languages compared with some small baselines, meaning fewer tokens per input on those languages in many cases.
  • Transformers-compatible, early-stage checkpoint: provided with trust_remote_code hooks and common transformers loading patterns so practitioners can prototype generation, quantization, benchmarking, or integration into constrained deployments today.
Who it's for — and tradeoffs

Great fit if you need a small, trainable multilingual causal model to prototype low-memory inference or to evaluate KV-cache memory/latency trade-offs on edge or on-prem clusters. It’s useful for benchmarking Indic-language tokenization and for experimenting with long-context strategies at small scale. Look elsewhere if you need a production-ready, fully converged model: this is an early checkpoint (authors note ~20% training in reported benchmarks) and evaluation numbers are provisional. Expect improvements with continued pretraining and final releases, and be prepared to validate safety, calibration, and downstream performance yourself before production use.

Where it fits

This release is primarily an engineering/research checkpoint rather than a drop-in replacement for mature small LLMs. Treat it as an experimental artifact to study memory-optimized attention caching, multilingual tokenization behavior, and early scaling dynamics rather than a production LLM with finalized evaluation.

Information

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.