├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── assets └── MoT.png └── src ├── simple_ModalityUntiedAttention.py ├── simple_ModalityUntiedFeedForward.py └── utils.py /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/Mixture-of-Transformers/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/Mixture-of-Transformers/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/Mixture-of-Transformers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/Mixture-of-Transformers/HEAD/README.md -------------------------------------------------------------------------------- /assets/MoT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/Mixture-of-Transformers/HEAD/assets/MoT.png -------------------------------------------------------------------------------- /src/simple_ModalityUntiedAttention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/Mixture-of-Transformers/HEAD/src/simple_ModalityUntiedAttention.py -------------------------------------------------------------------------------- /src/simple_ModalityUntiedFeedForward.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/Mixture-of-Transformers/HEAD/src/simple_ModalityUntiedFeedForward.py -------------------------------------------------------------------------------- /src/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/Mixture-of-Transformers/HEAD/src/utils.py --------------------------------------------------------------------------------