This text summarizer uses the Xenova/distilbart-cnn-6-6 model, a lightweight abstractive summarization system trained on the CNN/DailyMail news dataset. Unlike extractive summarizers that copy sentences, abstractive models generate new text that paraphrases the original, often producing more natural and concise results. The model is optimized for English text and works best on coherent passages like articles, reports, and emails.
The first summarization downloads quantized ONNX model weights plus tokenizer files, about 355 MB in total. A browser worker keeps inference off the main UI thread. WebGPU is preferred when available; the WebAssembly CPU backend is the slower fallback. Browsers normally cache the files, but private browsing, storage cleanup, or low disk space can trigger another download.