mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-14 23:58:11 +08:00
add minicpm #4227
Former-commit-id: e1bb18ce60be9a1b203989def30f1b9194286325
This commit is contained in:
parent
bb88536166
commit
308abfec6c
@ -682,6 +682,21 @@ register_model_group(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
register_model_group(
|
||||||
|
models={
|
||||||
|
"MiniCPM-2B-SFT-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "openbmb/MiniCPM-2B-sft-bf16",
|
||||||
|
DownloadSource.MODELSCOPE: "OpenBMB/miniCPM-bf16",
|
||||||
|
},
|
||||||
|
"MiniCPM-2B-DPO-Chat": {
|
||||||
|
DownloadSource.DEFAULT: "openbmb/MiniCPM-2B-dpo-bf16",
|
||||||
|
DownloadSource.MODELSCOPE: "OpenBMB/MiniCPM-2B-dpo-bf16",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
template="cpm",
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
register_model_group(
|
register_model_group(
|
||||||
models={
|
models={
|
||||||
"Mistral-7B-v0.1": {
|
"Mistral-7B-v0.1": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user