Skip to content

Commit a8146b1

Browse files
authored
Replace non existing models extend chat template mapping (openvinotoolkit#2153)
falcon3-7b-instruct is not added to mapping because AutoTokenizer.from_pretrained().chat_template gives a differetn template. Ticket CVS-165871
1 parent 607a79b commit a8146b1

File tree

4 files changed

+78
-43
lines changed

4 files changed

+78
-43
lines changed

site/docs/supported-models/_components/llm-models-table/models.ts

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,16 @@ export const LLM_MODELS: LLMModelType[] = [
112112
{
113113
name: 'Aya',
114114
links: [
115-
'https://huggingface.co/CohereForAI/aya-23-8B',
116-
'https://huggingface.co/CohereForAI/aya-expanse-8b',
117-
'https://huggingface.co/CohereForAI/aya-23-35B',
118-
'https://huggingface.co/CohereForAI/aya-expanse-35b',
115+
'https://huggingface.co/CohereLabs/aya-23-8B',
116+
'https://huggingface.co/CohereLabs/aya-expanse-8b',
117+
'https://huggingface.co/CohereLabs/aya-23-35B',
119118
],
120119
},
121120
{
122121
name: 'C4AI Command R',
123122
links: [
124-
'https://huggingface.co/CohereForAI/c4ai-command-r7b-12-2024',
125-
'https://huggingface.co/CohereForAI/c4ai-command-r-v01',
123+
'https://huggingface.co/CohereLabs/c4ai-command-r7b-12-2024',
124+
'https://huggingface.co/CohereLabs/c4ai-command-r-v01',
126125
],
127126
},
128127
],
@@ -171,8 +170,7 @@ export const LLM_MODELS: LLMModelType[] = [
171170
links: [
172171
'https://huggingface.co/deepseek-ai/DeepSeek-V2-Lite',
173172
'https://huggingface.co/deepseek-ai/DeepSeek-V2-Lite-Chat',
174-
'https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite',
175-
'https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Chat',
173+
'https://huggingface.co/deepseek-ai/DeepSeek-Coder-V2-Lite-Instruct',
176174
],
177175
},
178176
],
@@ -235,7 +233,6 @@ export const LLM_MODELS: LLMModelType[] = [
235233
'https://huggingface.co/google/gemma-7b-it',
236234
'https://huggingface.co/google/gemma-1.1-7b-it',
237235
'https://huggingface.co/google/codegemma-7b',
238-
'https://huggingface.co/google/codegemma-1.1-7b',
239236
'https://huggingface.co/google/codegemma-7b-it',
240237
'https://huggingface.co/google/codegemma-1.1-7b-it',
241238
],
@@ -411,9 +408,9 @@ export const LLM_MODELS: LLMModelType[] = [
411408
name: 'GraniteMoE',
412409
links: [
413410
'https://huggingface.co/ibm-granite/granite-3.1-1b-a400m-instruct',
414-
'https://huggingface.co/iibm-granite/granite-3.1-3b-a800m-instruct',
411+
'https://huggingface.co/ibm-granite/granite-3.1-3b-a800m-instruct',
415412
'https://huggingface.co/ibm-granite/granite-3.0-1b-a400m-instruct',
416-
'https://huggingface.co/iibm-granite/granite-3.0-3b-a800m-instruct',
413+
'https://huggingface.co/ibm-granite/granite-3.0-3b-a800m-instruct',
417414
],
418415
},
419416
],
@@ -442,11 +439,11 @@ export const LLM_MODELS: LLMModelType[] = [
442439
'https://huggingface.co/internlm/internlm2-7b',
443440
'https://huggingface.co/internlm/internlm2-chat-20b',
444441
'https://huggingface.co/internlm/internlm2-20b',
445-
'https://huggingface.co/internlm/internlm2_5-chat-1_8b',
442+
'https://huggingface.co/internlm/internlm2_5-1_8b-chat',
446443
'https://huggingface.co/internlm/internlm2_5-1_8b',
447-
'https://huggingface.co/internlm/internlm2_5-chat-7b',
444+
'https://huggingface.co/internlm/internlm2_5-7b-chat',
448445
'https://huggingface.co/internlm/internlm2_5-7b',
449-
'https://huggingface.co/internlm/internlm2_5-chat-20b',
446+
'https://huggingface.co/internlm/internlm2_5-20b-chat',
450447
'https://huggingface.co/internlm/internlm2_5-20b',
451448
],
452449
},
@@ -478,7 +475,7 @@ export const LLM_MODELS: LLMModelType[] = [
478475
'https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct',
479476
'https://huggingface.co/meta-llama/Meta-Llama-3-8B',
480477
'https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct',
481-
'https://huggingface.co/meta-llama/Llama-3.2-70B-Instruct',
478+
'https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct',
482479
'https://huggingface.co/meta-llama/Llama-3.1-70B',
483480
'https://huggingface.co/meta-llama/Llama-3.1-70B-Instruct',
484481
'https://huggingface.co/meta-llama/Meta-Llama-3-70B',
@@ -589,7 +586,7 @@ export const LLM_MODELS: LLMModelType[] = [
589586
},
590587
{
591588
name: 'Zephyr',
592-
links: ['https://huggingface.co/HuggingFaceH4/zephyr-7b-bet1'],
589+
links: ['https://huggingface.co/HuggingFaceH4/zephyr-7b-beta'],
593590
},
594591
{
595592
name: 'Neural Chat',
@@ -680,7 +677,7 @@ export const LLM_MODELS: LLMModelType[] = [
680677
'https://huggingface.co/microsoft/Phi-3-mini-4k-instruct',
681678
'https://huggingface.co/microsoft/Phi-3-mini-128k-instruct',
682679
'https://huggingface.co/microsoft/Phi-3-medium-4k-instruct',
683-
'https://huggingface.co/microsoft/Phi-3-medimum-128k-instruct',
680+
'https://huggingface.co/microsoft/Phi-3-medium-128k-instruct',
684681
'https://huggingface.co/microsoft/Phi-3.5-mini-instruct',
685682
'https://huggingface.co/microsoft/Phi-4-mini-instruct',
686683
],

0 commit comments

Comments
 (0)