Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Road to CLIP #47

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

[WIP] Road to CLIP #47

wants to merge 4 commits into from

Conversation

AyushExel
Copy link
Collaborator

@AyushExel AyushExel commented Oct 29, 2023

Build CLIP from scratch:

  • Cover all building blocks needed to implement CLIP/ multi-modal models. Each block will be covered in as a separate submodule taking a code first approach
  • Combine them together to implelemt CLIP model forward pass. Verify by loading official openai CLIP models
  • Train a modified SigLip version of the model on a mini-LAION dataset

Then this can be used as a pre-requisite for Road to LLMs

  • 1 - Attention Mechanism: Learn about attention, multi-head attention with masking with implementation and intuition
  • 2 - Transformers from scratch - WIP
  • 3 - Contrastive learning - WIP
  • 4 - Reproducing CLIP/ loading official weights
  • 5 - Training on mini-LAION dataset
  • 6 - Tuning

@AyushExel
Copy link
Collaborator Author

attention done..now positional encoding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant