add yuan model

Former-commit-id: 6a0377e2e51633bd5fb10fa8628e554565c5ee3e
This commit is contained in:
hiyouga
2023-12-29 13:50:24 +08:00
parent ebb32e85f8
commit 7e225be16e
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": {