Chug / app.js
milk639's picture
Create app.js
796ace9 verified
raw
history blame contribute delete
176 Bytes
// npm i @xenova/transformers
import { pipeline } from '@xenova/transformers';
// Allocate pipeline
const pipe = await pipeline('text-generation', 'mkly/TinyStories-1M-ONNX');