Views
No views yet
fp16 ONNX build of onnx-community/all-MiniLM-L6-v2-ONNX, mirrored
as the pinned download source for the Mole AI browser extension.fp16 graph plus
tokenizer and config. For every other precision, use the upstream repo.1import { pipeline } from "@huggingface/transformers";
2
3const pipe = await pipeline("text-generation", "latentdivergence/burrow-minilm-l6-fp16", {
4 dtype: "fp16",
5 device: "webgpu",
6});