Project structure of: kyegomez/Gemini
example.pyPython model optimized, text-image inputs, outputs text sequence.__init__.pyImports and adds to all list.model.pyTransformer, Gemini models, multi-layer, concatenationtokenizer.pyMultimodal SentencePiece tokenizer with modality, BOS, and EOS.transformer.pyTransformer model with customizable layers and dropoututils.pyEmbeddings from Images and Audio.
pyproject.tomlPyProject config: Poetry, Gemini-Torch, Python 3.9README.mdMultimodal transformer model for text/image generationrequirements.txtPython packages: zetascale, torch, einops, pytest, sentencepiece.test_audio_embedder.pyTest audio embedding function's behavior and output integrity.test_gemini.pyGemini model test functions: parameters, forward pass, error handling.test_img_encoder.pyTests ImageToTextEmbeddings model initialization and output shape.test_img_to_transformer.pyImageToTextEmbeddings initialization and forward pass demonstrated.test_tokenizer.pyTest multi-modal sentence piece tokenizer functions.