SEED
SEED copied to clipboard
About add the quantized image tokens to pretrained language tokenizer.
I checked the predict code and paper. It seems you added the quantized image tokens to pretrained language tokenizer. In other papers, Some people separate the tokenizer of language and images, and the image feature are concatenated with the embedding of language through a linear layer. Have you tried this method?