M37Labs Logo
1.7B ParametersRuns LocallyApache 2.08K Context

Saransh 1.7B

Summarization that follows your length.

A compact, instruction-tuned language model for faithful, controllable summarization.

Turn articles, reports, transcripts, papers, and documents into clear English summaries - from two sentences to detailed multi-paragraph outputs.

Saransh 1.7B Abstractive Document Summarization Core
Model Scale1.72BCompact Parameters
Trained Context8,192Tokens Context Window
Edge Quantization1.1 GB4-bit Q4_K_M GGUF
Short Adherence100%23.9 words avg (vs 252w base)
ROUGE-1 Improvement0.387+104% over base model
Open LicenseApache 2.0Commercial permissive
सारांश • Sanskrit for “summary”

Small Model. Focused Purpose.

Saransh - सारांश, Sanskrit for “summary” - is a 1.7B parameter language model built specifically for summarization.

One to Three Pages

Paste one to three pages of text into Saransh. With an 8,192 trained token context window, articles, documents, and transcripts are analyzed as cohesive wholes without fragmentation.

8K Trained Context • 40K Arch Max

Choose Your Detail

Choose how detailed you want the result to be, and Saransh produces readable English prose at the requested length — from tight two-sentence takeaways to comprehensive multi-paragraph briefs.

Short • Medium • Long • Explicit Word Budgets

No GPU Required

With 4-bit quantization, the model occupies approximately 1.1 GB and runs comfortably on standard consumer laptops, MacBooks, and edge devices without needing a discrete GPU.

~1.1 GB Footprint • Ollama / LM Studio Ready

Core Advantages

Why Saransh?

Designed specifically to overcome the verbosity, hallucinated references, and resource overhead of untuned models.

100% Adherence

Length Control That Actually Holds

Ask for one or two sentences and get one or two sentences.

In evaluation, the untuned base model produced an average of 252 words for short-summary requests. Saransh produced approximately 24 words.

Untuned Base: 252 wordsSaransh: 23.9 words
100%Short-request adherence
0% on base model
Trained Behavior

Explicit Word Budgets

Need approximately 120 words? Just ask.

“Summarize the following text in about 120 words.”

Explicit numeric targets are part of Saransh's trained behaviour rather than relying only on prompt compliance.

35%Of training examples
Include explicit numeric targets
Hallucination Filtered

Built for Faithfulness

Training data was filtered to reduce unsupported information.

“Summarize what is there — not what might be there.”

Examples were removed when reference summaries introduced numbers, named entities, or publication attributions absent from source documents.

Entity & number validation on all samples
Edge Execution

Runs Locally

Quantized GGUF builds compatible with your workflow.

OllamaLM Studiollama.cpp

The Q4 build is approximately 1.1 GB, making local and offline summarization practical on everyday hardware without requiring cloud GPUs.

~1.1 GBQ4_K_M laptop build
Apache 2.0

Open for Commercial Use

Released under the Apache 2.0 licence, inherited from Qwen3.

Internal ToolsResearchDoc PipelinesCommercial Apps

Use it for internal tools, research workflows, document processing, or commercial applications without licensing fees or usage restrictions.

Full commercial freedom • Open weights
Interactive Simulator

One Model. Four Levels of Detail.

Choose how much information you want to keep.

Prompt:Summarize the following text in one or two sentences.
Adherence: 100%
Input Document Source~245 words

The widespread adoption of foundation language models has transformed enterprise knowledge management, yet cloud-hosted models present persistent friction points: escalating inference costs, data residency vulnerabilities, and network round-trip latencies. To mitigate these obstacles, engineering teams are transitioning toward compact Small Language Models (SLMs) that execute directly on local CPU or edge hardware.

However, standard small models exhibit a notorious structural deficiency in summarization: an inability to adhere to length instructions. When prompted for a brief two-sentence executive brief, base models routinely produce rambling, multi-paragraph expositions averaging upwards of 250 words. In user-facing software, such unconstrained outputs shatter UI component boundaries, waste compute tokens, and dilute reader focus.

Saransh 1.7B addresses this limitation through targeted length-controlled alignment. Built on the Qwen3-1.7B architecture, the model underwent three successive data curation passes to eradicate phantom citations, normalize numeric entities, and couple explicit length buckets to distinct prompt phrasings. The resulting model delivers deterministic summaries matching the requested word count while maintaining strict factual alignment with the source text.

Source: Enterprise Small Language Models in Edge Computing
Saransh 1.7B Generated Output24 words
Enterprise small language models allow organizations to perform deterministic, on-device summarization with strict word-budget adherence without exposing proprietary data to cloud APIs.
Qwen3-1.7B Base (Untuned) Response Length252 words
Saransh: 24w (100% on target)Base model: 252w (0% on target)
Deterministic (do_sample: False)Context: 8,192 tokens
Curated Mixture

Built for Real Documents

Saransh was trained on a curated mixture covering the kinds of text people actually need to summarize.

News

Articles and multi-document news coverage.

CNN/DailyMail · XSum · Multi-News

Conversations

Everyday dialogue and messenger-style conversations.

DialogSum · SAMSum

Government & Legislation

Legislative documents and government research reports.

BillSum · GovReport

Scientific Research

Scientific and biomedical papers.

PubMed · arXiv

Long-Form Content

Literature and chapter-level documents.

BookSum

The original 128,787 candidate examples were reduced to 97,038 curated training examples through multiple filtering passes.

Removed hallucinated publications, ungrounded numbers, and truncated texts before full-parameter fine-tuning.

-31,749 Discarded
Empirical Evaluation

Measured Improvement

Evaluated on 300 held-out documents spanning all ten source datasets.

Abstractive Fidelity Metrics
MetricQwen3-1.7B BaseSaransh 1.7BLift
ROUGE-10.1900.387+104%
ROUGE-20.0490.170+247%
ROUGE-L0.1060.271+156%

Tested with greedy decoding across held-out sets of all 10 datasets, reflecting massive gains in sentence coherence and semantic capture.

Length Adherence EvaluationOn-Target Compliance
SHORT (1–2 Sentences)100% On Target (vs 0% base)
Base model: 252.1 wordsSaransh: 23.9 words
MEDIUM (One Paragraph)91% On Target (vs 0% base)
Base model: 332.4 wordsSaransh: 86.9 words
LONG (Multiple Paragraphs)98% On Target (vs 100% base)
Base model: 525.2 wordsSaransh: 346.7 words
Deterministic length containment prevents unbounded generative drift.
Architecture & Precision

Model Specifications

1.72B
Parameters
8,192
Trained context window
40,960
Architectural max context
28
Transformer layers
Qwen3
Base architecture
ChatML
Chat format
bfloat16
Training precision
Quantization Builds

Pick the Build That Fits Your Machine

Download quantized GGUFs directly or load in your preferred local LLM runtime.

Q4_K_MDefault
1.1 GB

Recommended default for laptops. Best balance between model size and output quality.

Q5_K_M
1.3 GB

Slightly higher fidelity while remaining lightweight.

Q8_0
1.8 GB

Near-lossless quantization for precision workloads.

F16
3.4 GB

Reference build with no quantization loss.

Local Deployment

From Download to Summary in One Command

Run Saransh locally using Ollama:

ollama run hf.co/M37labsorg/Saransh-1.7B-GGUF:Q4_K_M

Or load the model through LM Studio, llama.cpp, or the Hugging Face Transformers ecosystem.

# Run Saransh locally in one command:
ollama run hf.co/M37labsorg/Saransh-1.7B-GGUF:Q4_K_M
Target Workflows

Designed for Document Workflows

Saransh is intended for summarizing English prose such as:

ArticlesReportsTranscriptsResearch PapersCorrespondenceLong Documents

It works particularly well for:

Local and offline summarization, batch document processing, research tools, note-taking applications, document pipelines, and privacy-conscious deployments.

Operational Boundaries

Know Its Limits

Saransh is a specialized summarization model — not a general-purpose assistant.

It is currently English only, and inputs beyond its trained 8,192-token context require chunking.
Summaries can still omit or blur details, so outputs should be reviewed before being used for consequential legal, medical, or financial decisions.
It is not intended for factual question answering, translation, or open-ended conversation.
Designed with integrity: purpose-built for faithful summarization.
Academic Citation
@misc{maithani2026saransh,
  title  = {Saransh: A Length Controlled Small Language Model for Abstractive Summarization},
  author = {Maithani, Aniket for M37Labs},
  year   = {2026},
  publisher = {Hugging Face},
  howpublished = {\url{https://huggingface.co/M37labsorg/Saransh-1.7B}}
}
M37Labs Enterprise AI Computing Lab

Summarization Without the Infrastructure Overhead

1.7B parameters. ~1.1 GB quantized. No GPU required.

Bring controllable document summarization directly into your application, workflow, or local environment.