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

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.