UNPKG

@huggingface/transformers

Version:

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!

8 lines (6 loc) • 315 B
import { Idefics3ForConditionalGeneration } from '../idefics3/modeling_idefics3.js'; /** * The SmolVLM Model with a language modeling head. * It is made up a SigLIP vision encoder, with a language modeling head on top. */ export class SmolVLMForConditionalGeneration extends Idefics3ForConditionalGeneration {}