VQA_CAP_GPT / models /VLE /__init__.py
xxx1's picture
Upload 10 files
e9fbb59
raw
history blame
No virus
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