Multimodal-CoT / models /VLE /__init__.py
cooelf's picture
Duplicate from xxx1/VQA_CAP_GPT
1e84921
raw
history blame
268 Bytes
from .modeling_vle import (
VLEModel,
VLEForVQA,
VLEForITM,
VLEForMLM,
VLEForPBC
)
from .configuration_vle import VLEConfig
from .processing_vle import VLEProcessor
from .pipeline_vle import VLEForVQAPipeline, VLEForITMPipeline, VLEForPBCPipeline