Duplicated from onnx-community/gemma-4-E2B-it-ONNX
How to use Web4/LS-MLM-E2B-it-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('any-to-any', 'Web4/LS-MLM-E2B-it-ONNX');
The community tab is the place to discuss and collaborate with the HF community!