f2p_decoder / __init__.py
toilaluan's picture
Upload folder using huggingface_hub
09b2c2d verified
from .configuration_f2p_decoder import F2PDecoderConfig
from .modeling_f2p_decoder import F2PDecoderModel
__all__ = ["F2PDecoderConfig", "F2PDecoderModel"]