add yuan model

Former-commit-id: c7ea17d616
This commit is contained in:
hiyouga
2023-12-29 13:50:24 +08:00
parent afa3c86391
commit 4735cb96c1
3 changed files with 23 additions and 2 deletions

View File

@@ -641,6 +641,25 @@ register_model_group(
)
register_model_group(
models={
"Yuan2-2B-Chat": {
DownloadSource.DEFAULT: "IEITYuan/Yuan2-2B-hf",
DownloadSource.MODELSCOPE: "YuanLLM/Yuan2.0-2B-hf"
},
"Yuan2-51B-Chat": {
DownloadSource.DEFAULT: "IEITYuan/Yuan2-51B-hf",
DownloadSource.MODELSCOPE: "YuanLLM/Yuan2.0-51B-hf"
},
"Yuan2-102B-Chat": {
DownloadSource.DEFAULT: "IEITYuan/Yuan2-102B-hf",
DownloadSource.MODELSCOPE: "YuanLLM/Yuan2.0-102B-hf"
}
},
template="yuan"
)
register_model_group(
models={
"Zephyr-7B-Alpha-Chat": {