Datasets:

ArXiv:
ckpt / docs /transformers /examples /modular-transformers /modular_multimodal1.py
eve1f's picture
Upload folder using huggingface_hub
f28a814 verified
from transformers.models.llama.modeling_llama import LlamaModel
# Check that we can correctly change the prefix (here add Text part at the end of the name)
class Multimodal1TextModel(LlamaModel):
pass