refactor(project): 将 utils 和 tokenizer 模块移至 modules 目录

This commit is contained in:
2025-08-01 20:59:17 +08:00
parent 1322945b0a
commit 092921f401
12 changed files with 12 additions and 12 deletions
@@ -1,6 +1,6 @@
from datasets import DatasetDict
from datasets import load_dataset, concatenate_datasets
from utils import process_dataset
from modules.utils import process_dataset
def replace_seg(query:str, response:str) -> str: