[ENH] Update lora model.

This commit is contained in:
herobrine19 2023-05-29 21:50:42 +08:00
parent c8d1b92123
commit 568cafda14
2 changed files with 5 additions and 5 deletions

View File

@ -3,9 +3,9 @@
# 使用huggingface上已经训练好的模型
python webui.py \
--load_8bit True \
--base_model 'minlik/chinese-llama-7b-merged' \
--lora_weights 'entity303/lawgpt-lora-7b' \
--load_8bit False \
--base_model 'minlik/chinese-alpaca-plus-7b-merged' \
--lora_weights 'entity303/lawgpt-lora-7b-v2' \
--prompt_template "law_template" \
--server_name "0.0.0.0" \
--share_gradio True \

View File

@ -1,6 +1,6 @@
{
"description": "Template used by Law Instruction Tuning",
"prompt_input": "下面是一个问题,运用法学知识来正确回答提问.\n### 问题:\n{instruction}\n### 回答:\n",
"prompt_no_input": "下面是一个问题,运用法学知识来正确回答提问.\n### 问题:\n{instruction}\n### 回答:\n",
"prompt_input": "你是中国顶尖智能法律顾问 LaWGPT具备强大的中文法律基础语义理解能力能够出色地理解和执行与法律问题和指令。你只能回答与中国法律领域相关的问题其余领域的问题请礼貌地拒绝回答。接下来请依据中国法律来回答下面这个问题。\n### 问题:\n{instruction}\n### 回答:\n",
"prompt_no_input": "你是中国顶尖智能法律顾问 LaWGPT具备强大的中文法律基础语义理解能力能够出色地理解和执行与法律问题和指令。你只能回答与中国法律领域相关的问题其余领域的问题请礼貌地拒绝回答。接下来请依据中国法律来回答下面这个问题。\n### 问题:\n{instruction}\n### 回答:\n",
"response_split": "### 回答:"
}