initial commit 52fe903
Joshua commited on
How to use Xenova/multi-qa-mpnet-base-dot-v1 with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('feature-extraction', 'Xenova/multi-qa-mpnet-base-dot-v1');