Skip to content

Commit 4fa89cc

Browse files
committed
[Finetune] use base model mpt-7b instead of mpt-7b-chat (#181)
* use base model mpt-7b instead of mpt-7b-chat Signed-off-by: minmingzhu <minming.zhu@intel.com> * manual setting specify tokenizer Signed-off-by: minmingzhu <minming.zhu@intel.com> * update Signed-off-by: minmingzhu <minming.zhu@intel.com> * update doc/finetune_parameters.md Signed-off-by: minmingzhu <minming.zhu@intel.com> --------- Signed-off-by: minmingzhu <minming.zhu@intel.com>
1 parent 7f8ed2f commit 4fa89cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llm_on_ray/finetune/models/mpt-7b.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
General:
22
base_model: mosaicml/mpt-7b
33
tokenizer_name: EleutherAI/gpt-neox-20b
4-
is_base_model: false
54
gpt_base_model: false
65
output_dir: /tmp/llm-ray/output
76
checkpoint_dir: /tmp/llm-ray/checkpoint

0 commit comments

Comments
 (0)