Instructions to use stillerman/fdt-disfluency-mini-11m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use stillerman/fdt-disfluency-mini-11m with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('token-classification', 'stillerman/fdt-disfluency-mini-11m');
stillerman/fdt-disfluency-mini-11m
Disfluency deletion tagger for live speech transcripts: tags every
whitespace word KEEP / DELETE / KEEP_STRIP_COMMA / KEEP_CAPITALIZE,
then a ~15-line reconstruction turns tags into cleaned text. Deletion-only by
construction โ it cannot rephrase, hallucinate, or alter names and numbers.
- Architecture: BERT L4/H256 (11.1M params), v1 data mix
- Val metrics: exact-match 0.9065, DELETE-F1 0.9854
- Training data: synthetic disfluency injection over conversational corpora โ see stillerman/fdt-disfluency-synthetic
onnx/model_quantized.onnx(int8) is ready for transformers.js (device: "webgpu",dtype: "q8"); runs at ~10โ50 ms per utterance in-browser.- โ ๏ธ Trained partly on DailyDialog (CC BY-NC-SA): treat as research artifact, not for commercial deployment as-is.
Trained on a DGX Spark as part of the FluencyAI digital-twin project.
- Downloads last month
- 27