@huggingface/transformers
Version:
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
14 lines (10 loc) • 428 B
JavaScript
import { PreTrainedModel } from '../modeling_utils.js';
/**
* The bare Qwen3 Model outputting raw hidden-states without any specific head on top.
*/
export class Qwen3PreTrainedModel extends PreTrainedModel {}
/**
* The bare Qwen3 Model outputting raw hidden-states without any specific head on top.
*/
export class Qwen3Model extends Qwen3PreTrainedModel {}
export class Qwen3ForCausalLM extends Qwen3PreTrainedModel {}