Skip to content

Commit

Permalink
Add WizardLM-2 7b support
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Apr 15, 2024
1 parent 39f4900 commit bb203c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -6,6 +6,7 @@

- Support gemma-2b-it
- Support h2o-danube2-1.8b-chat
- Support WizardLM-2-7B

## 0.18.0 - 2024-02-23

Expand Down
11 changes: 11 additions & 0 deletions languagemodels/config.py
Expand Up @@ -53,6 +53,17 @@ class ModelFilterException(Exception):
"GPT4 Correct Assistant:"
),
},
{
"name": "WizardLM-2-7B",
"tuning": "instruct",
"datasets": ["mistral", "wizardlm"],
"params": 7e9,
"quantization": "int8",
"backend": "ct2",
"architecture": "decoder-only-transformer",
"license": "apache-2.0",
"prompt_fmt": "USER: {instruction} ASSISTANT:",
},
{
"name": "neural-chat-7b-v3-1",
"tuning": "instruct",
Expand Down

0 comments on commit bb203c2

Please sign in to comment.