initial commit 9f73ec2
Joshua commited on
How to use Xenova/squeezebert-uncased with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('feature-extraction', 'Xenova/squeezebert-uncased');