How to use from the
Use from the
Transformers.js library
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';

// Allocate pipeline
const pipe = await pipeline('text-generation', 'BricksDisplay/phi-1_5-bnb4');

Convert from microsoft/phi-1_5 and BNB 4 bits quantized.

Require onnxruntime>=0.17.0

Downloads last month
23
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including BricksDisplay/phi-1_5-bnb4