diff --git a/src/models.js b/src/models.js index 1219fd6..aa181d2 100644 --- a/src/models.js +++ b/src/models.js @@ -3582,7 +3582,7 @@ export class Qwen2PreTrainedModel extends PreTrainedModel { } } /** - * The bare LLaMA Model outputting raw hidden-states without any specific head on top. + * The bare Qwen2 Model outputting raw hidden-states without any specific head on top. */ export class Qwen2Model extends Qwen2PreTrainedModel { }