File size: 194 Bytes
b3c2a26 | 1 2 3 4 5 6 7 | """KorByte-128K training, evaluation, and publication tooling."""
from .config import CORE_VOCAB_SIZE, TOTAL_VOCAB_SIZE
__all__ = ["CORE_VOCAB_SIZE", "TOTAL_VOCAB_SIZE"]
__version__ = "0.1.0"
|
b3c2a26 | 1 2 3 4 5 6 7 | """KorByte-128K training, evaluation, and publication tooling."""
from .config import CORE_VOCAB_SIZE, TOTAL_VOCAB_SIZE
__all__ = ["CORE_VOCAB_SIZE", "TOTAL_VOCAB_SIZE"]
__version__ = "0.1.0"
|