refactor: 修改模型架构
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Tokenizer module with BPE implementation and auto-loading support.
|
||||
"""
|
||||
|
||||
from pipeline.tokenize.tokenizer import AutoTokenizer, train_bpe_tokenizer
|
||||
from pipeline.tokenize.chat_template import ChatTemplate
|
||||
|
||||
__all__ = [
|
||||
"AutoTokenizer",
|
||||
"train_bpe_tokenizer",
|
||||
"ChatTemplate",
|
||||
]
|
||||
Reference in New Issue
Block a user