mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
new models
This commit is contained in:
@@ -230,6 +230,10 @@ template_info = [
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/dolphin-mistral',
|
||||
),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("dolphin3")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/dolphin3'),
|
||||
|
||||
# "phi"
|
||||
TemplateInfo(
|
||||
@@ -623,6 +627,86 @@ template_info = [
|
||||
template=TemplateType.telechat_v2,
|
||||
template_regex=f'.*{cases("TeleChat")}.*{cases("v2")}.*'),
|
||||
|
||||
# tulu3
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("tulu3", "tulu-3")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/tulu3'),
|
||||
|
||||
# athene-v2
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("athene-v2")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/athene-v2'),
|
||||
|
||||
# granite
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("granite-guardian-3")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/granite3-guardian'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("granite")}.*{cases("code")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/granite-code'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("granite-3.1")}.*{cases("2b", "8b")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/granite3.1-dense'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("granite-3.1")}.*{cases("1b", "3b")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/granite3.1-moe'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("granite-embedding")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/granite-embedding'),
|
||||
|
||||
# opencoder
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("opencoder")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/opencoder'),
|
||||
|
||||
# smollm
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("smollm2")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/smollm2'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("smollm")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/smollm'),
|
||||
|
||||
# 'aya'
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("aya-expanse")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/aya-expanse'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("aya")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/aya'),
|
||||
|
||||
# falcon
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("falcon3")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/falcon3'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("falcon")}.*{cases("-2")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/falcon2'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("falcon")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/falcon'),
|
||||
|
||||
# smallthinker
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("smallthinker")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/smallthinker'),
|
||||
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("nomic-embed-text")}.*',
|
||||
modelfile_prefix=
|
||||
@@ -651,10 +735,6 @@ template_info = [
|
||||
template_regex=f'.*{cases("starcoder")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/starcoder'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("granite")}.*{cases("code")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/granite-code'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("all-minilm")}.*',
|
||||
modelfile_prefix=
|
||||
@@ -663,10 +743,6 @@ template_info = [
|
||||
template_regex=f'.*{cases("openchat")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/openchat'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("aya")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/aya'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("openhermes")}.*',
|
||||
modelfile_prefix=
|
||||
@@ -687,10 +763,6 @@ template_info = [
|
||||
template_regex=f'.*{cases("xwin")}.*{cases("lm")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/xwinlm'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("smollm")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/smollm'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("sqlcoder")}.*',
|
||||
modelfile_prefix=
|
||||
@@ -699,14 +771,6 @@ template_info = [
|
||||
template_regex=f'.*{cases("starling-lm")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/starling-lm'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("falcon")}.*{cases("-2")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/falcon2'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("falcon")}.*',
|
||||
modelfile_prefix=
|
||||
'https://modelscope.oss-cn-beijing.aliyuncs.com/llm_template/ollama/falcon'),
|
||||
TemplateInfo(
|
||||
template_regex=f'.*{cases("solar-pro")}.*',
|
||||
modelfile_prefix=
|
||||
|
||||
Reference in New Issue
Block a user