This commit is contained in:
Joshua Lochner 2024-02-06 12:39:26 +02:00
parent 5bd8f15964
commit 99370eddae
1 changed files with 1 additions and 1 deletions

View File

@ -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 { }