Files
LLaMA-Factory/src/llmtuner/data/__init__.py
2024-01-20 20:21:39 +08:00

7 lines
235 B
Python

from .loader import get_dataset
from .template import get_template_and_fix_tokenizer, templates
from .utils import Role, split_dataset
__all__ = ["get_dataset", "get_template_and_fix_tokenizer", "templates", "Role", "split_dataset"]