Former-commit-id: 06d56696731eadbeeea615eae4efce1b6c36def4
This commit is contained in:
hiyouga
2023-11-30 20:03:32 +08:00
parent 7ef8f46591
commit 664267e050
4 changed files with 20 additions and 19 deletions

View File

@@ -132,7 +132,7 @@ LOCALES = {
"dataset_dir": {
"en": {
"label": "Data dir",
"info": "Path of the data directory."
"info": "Path to the data directory."
},
"zh": {
"label": "数据路径",
@@ -475,12 +475,12 @@ LOCALES = {
},
"output_dir": {
"en": {
"label": "Checkpoint name",
"info": "Directory to save checkpoint."
"label": "Output dir",
"info": "Directory for saving results."
},
"zh": {
"label": "断点名称",
"info": "保存模型断点的文件夹名称"
"label": "输出目录",
"info": "保存结果的路径"
}
},
"output_box": {