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