This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```sh | |
Initial Setup: | |
+-------------------+ +---------------+ | |
| Text Sequence | | Raw Images | | |
| [T1, <IMG>, T2, | | [Image1, | | |
| T3, <IMG>, T4] | | Image2] | | |
+-------------------+ +---------------+ | |
Step 1: Convert Text and <IMG> Tokens to Embeddings | |
+---------------------------------------------------------+ |