From 7f7238168c5c5057f833d64154cde6ca4ad68556 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Thu, 17 Aug 2023 21:31:30 +0800 Subject: [PATCH] reformat model_config.py.example --- configs/model_config.py.example | 3 --- 1 file changed, 3 deletions(-) diff --git a/configs/model_config.py.example b/configs/model_config.py.example index be0bebc..ccfd1b6 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -1,14 +1,11 @@ import os import logging import torch -import argparse -import json # 日志格式 LOG_FORMAT = "%(asctime)s - %(filename)s[line:%(lineno)d] - %(levelname)s: %(message)s" logger = logging.getLogger() logger.setLevel(logging.INFO) logging.basicConfig(format=LOG_FORMAT) -import json # 在以下字典中修改属性值,以指定本地embedding模型存储位置