databricks/databricks-dolly-15k
Viewer • Updated • 15k • 34.1k • 971
How to use Felladrin/onnx-Pythia-31M-Chat-v1 with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('text-generation', 'Felladrin/onnx-Pythia-31M-Chat-v1');INT8 ONNX version of Felladrin/Pythia-31M-Chat-v1 to use with Transformers.js.