We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fa974 commit 8a008d6Copy full SHA for 8a008d6
src/peft/tuners/c3a/model.py
@@ -30,7 +30,7 @@ class C3AModel(BaseTuner):
30
"""
31
Creates C3A model from a pretrained transformers model.
32
33
- The method is described in detail in [TODO].
+ The method is described in detail in https://huggingface.co/papers/2407.19342.
34
35
Args:
36
model ([`torch.nn.Module`]): The model to be adapted.
0 commit comments