update comment

This commit is contained in:
QingruZhang
2023-03-02 01:11:14 +00:00
parent 0a0c6ea6ea
commit fa65b95b9e
+2 -1
View File
@@ -63,7 +63,8 @@ class AdaLoraConfig(LoraConfig):
class AdaLoraModel(LoraModel):
"""
Creates Adaptive LoRA (AdaLora) model from a pretrained transformers model.
Creates AdaLoRA (Adaptive LoRA) model from a pretrained transformers model.
Paper: https://openreview.net/pdf?id=lq62uWRJjiY
Args:
model ([`transformers.PreTrainedModel`]): The model to be adapted.