burrow-minilm-l6-fp16

A fp16 ONNX build of onnx-community/all-MiniLM-L6-v2-ONNX, mirrored as the pinned download source for the Burrow browser extension.

The weights are byte-identical to the upstream export by onnx-community; nothing was re-quantised or fine-tuned here. This repo exists so the extension depends on a copy that cannot be renamed or deleted out from under its installed users.

Only the files the browser runtime loads are included -- the fp16 graph plus tokenizer and config. For every other precision, use the upstream repo.

Use

import { pipeline } from "@huggingface/transformers";

const pipe = await pipeline("text-generation", "latentdivergence/burrow-minilm-l6-fp16", {
  dtype: "fp16",
  device: "webgpu",
});

Licensed as per the base model.

Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for latentdivergence/mole-minilm-l6-fp16