release v0.5.0

Former-commit-id: 602bb9b685009b9af234499be278404721542ac7
This commit is contained in:
hiyouga
2024-01-20 20:21:39 +08:00
parent 66e0e651b9
commit 841fa0030f
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"]