How to use Supabase/gte-small with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('feature-extraction', 'Supabase/gte-small');
Set base model to "thenlper/gte-small"
· Sign up or log in to comment