Skip to content

Lora analogy #20

Description

@YasserdahouML

Hello, I saw in the paper
Screenshot 2024-05-30 at 3 00 35 PM

but in the code, we see at

self.linear_q = nn.Sequential(nn.Linear(in_features, 64, False), nn.Linear(64, in_features, False))

how this saves compute as attention is still performed at d=4096 instead of r=64?

Also, did you try just concatenating the aux info to the Llm inputs along with the image features and the prompt? we see the answer from the repo but did you actually train this way?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions