release v0.5.0

Former-commit-id: 71cfdc2658
This commit is contained in:
hiyouga
2024-01-20 20:21:39 +08:00
parent b27e91222c
commit 4ac36c14ae
4 changed files with 13 additions and 13 deletions

View File

@@ -3,4 +3,4 @@ from .template import get_template_and_fix_tokenizer, templates
from .utils import Role, split_dataset
__all__ = ["get_dataset", "get_template_and_fix_tokenizer", "templates", "split_dataset", "Role"]
__all__ = ["get_dataset", "get_template_and_fix_tokenizer", "templates", "Role", "split_dataset"]