Text Generation
Transformers.js
ONNX
English
qwen3
small
supra
supra2
sota
instruct
chat
chatml
smoltalk
conversation
conversational
Instructions to use jromarllegue/Supra2-100M-Instruct-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use jromarllegue/Supra2-100M-Instruct-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'jromarllegue/Supra2-100M-Instruct-ONNX');
Ctrl+K