LongBEL_1B_SPACCC / __init__.py
AnonymousARR42's picture
Upload folder using huggingface_hub
6d807d9 verified
raw
history blame contribute delete
117 Bytes
# __init__.py
from .longbel import LLamaLongBEL, LLamaLongBELConfig
__all__ = ["LLamaLongBEL", "LLamaLongBELConfig"]