Modalities / modalities

A framework for training multimodal foundation models.
MIT License
38 stars 3 forks source link

Feat: Various Configurable Initializations #161

Closed flxst closed 3 days ago

flxst commented 2 weeks ago

What does this PR do?

This PR implements the following weight initializations (see https://arxiv.org/abs/2312.16903):

A weight initialisation component is introduced which modifies the model weights in place (see #168 for more details)

General Changes

Breaking Changes

Checklist before submitting final PR