Veyra
Collection
The first version of Veyra, these models are meant for local CPU inference. • 4 items • Updated
How to use veyra-ai/Veyra-30M-Instruct-ONNX with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('text-generation', 'veyra-ai/Veyra-30M-Instruct-ONNX');Veyra-30M-Instruct is the first public instruction-tuned checkpoint in the Veyra 30M line.
It is built on top of veyra-ai/Veyra-30M-Base and is intended to test how far a 30M-parameter English base model can be pushed with masked ChatML supervised fine-tuning.
This model is an ONNX conversion, the main model can be found here: Veyra 30M Instruct
If you use or build on this model, please retain attribution to Veyra AI.
Apache 2.0.