Skip to content

Commit

Permalink
💄 sytle: update HuggingFace models (lobehub#4757)
Browse files Browse the repository at this point in the history
  • Loading branch information
chai-mi authored Nov 24, 2024
1 parent ec9d151 commit 3f55e2a
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions src/config/modelProviders/huggingface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const HuggingFace: ModelProviderCard = {
chatModels: [
{
description: 'Mistral AI的指令调优模型',
displayName: 'Mistral 7B Instruct v0.2',
displayName: 'Mistral 7B Instruct v0.3',
enabled: true,
id: 'mistralai/Mistral-7B-Instruct-v0.2',
tokens: 8192,
id: 'mistralai/Mistral-7B-Instruct-v0.3',
tokens: 32_768,
},
{
description: 'Google的轻量级指令调优模型',
Expand All @@ -21,6 +21,22 @@ const HuggingFace: ModelProviderCard = {
id: 'Qwen/Qwen2.5-72B-Instruct',
tokens: 32_768,
},
{
description: 'Qwen2.5-Coder 专注于代码编写',
displayName: 'Qwen 2.5 Coder 32B Instruct',
id: 'Qwen/Qwen2.5-Coder-32B-Instruct',
tokens: 32_768,
},
{
displayName: 'Phi 3.5 mini instruct',
id: 'microsoft/Phi-3.5-mini-instruct',
tokens: 32_768,
},
{
displayName: 'Hermes 3 Llama 3.1 8B',
id: 'NousResearch/Hermes-3-Llama-3.1-8B',
tokens: 16_384,
},
],
checkModel: 'mistralai/Mistral-7B-Instruct-v0.2',
description:
Expand Down

0 comments on commit 3f55e2a

Please sign in to comment.