Transformers.js How to use Vedika35/Qwen2.5-0.5B-Instruct with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('text-generation', 'Vedika35/Qwen2.5-0.5B-Instruct');