How to use shreyask/Maincoder-1B-ONNX-web with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'shreyask/Maincoder-1B-ONNX-web');