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!

11 lines (7 loc) • 321 B
import { PreTrainedModel } from '../modeling_utils.js'; export class PhiPreTrainedModel extends PreTrainedModel {} /** * The bare Phi Model outputting raw hidden-states without any specific head on top. */ export class PhiModel extends PhiPreTrainedModel {} export class PhiForCausalLM extends PhiPreTrainedModel {}