lora finetune (need to be refactored)

This commit is contained in:
josc146
2023-07-03 17:41:47 +08:00
parent c54d10795f
commit 987854fe49
42 changed files with 4825 additions and 158 deletions

View File

@@ -189,5 +189,37 @@
"user": "用户",
"assistant": "AI",
"system": "系统",
"Regenerate": "重新生成"
"Regenerate": "重新生成",
"LoRA Finetune": "LoRA微调",
"Command Stopped": "命令已终止",
"Please convert data first.": "请先转换数据",
"Ubuntu is not installed, do you want to install it?": "Ubuntu未安装是否安装",
"Install Ubuntu": "安装Ubuntu",
"Please install Ubuntu using Microsoft Store": "请用Microsoft Store安装Ubuntu",
"WSL is not enabled, do you want to enable it?": "WSL未启用是否启用",
"Enable WSL": "启用WSL",
"After installation, please restart your computer to enable WSL": "安装完成后请重启电脑以启用WSL",
"Data Process": "数据处理",
"Data Path": "数据路径",
"Vocab Path": "词表路径",
"Train Parameters": "训练参数",
"Base Model": "基底模型",
"LoRA Model": "LoRA模型",
"Merge Model": "合并模型",
"Devices": "显卡数量",
"Gradient Checkpoint": "梯度检查点标志",
"Context Length": "上下文长度",
"Epoch Steps": "每轮训练步数",
"Epoch Count": "训练轮次",
"Epoch Begin": "起始轮次",
"Epoch Save": "保存间隔轮次",
"Learning Rate Init": "初始学习率",
"Learning Rate Final": "最终学习率",
"Micro Batch Size": "微批次大小",
"Accumulate Gradient Batches": "梯度累积批次",
"Warmup Steps": "学习率预热步数",
"Pre-FFN": "前馈网络预处理",
"None": "空",
"Merge model successfully": "合并模型成功",
"Convert Data successfully": "数据转换成功"
}