UltraMarkoBR's picture
Duplicate from xxx1/VQA_CAP_GPT
0f0e068
raw
history blame contribute delete
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