Skip to content

Commit

Permalink
Add openchat-3.5-0106
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Jan 30, 2024
1 parent 69c62ee commit 6769a09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.15.0

### Added

- Add openchat-3.5-0106 model

## 0.14.0 - 2024-01-06

### Changed
Expand Down
14 changes: 14 additions & 0 deletions languagemodels/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ class ModelFilterException(Exception):
# The best model that fits in the memory bounds and matches the model filter
# will be selected
models = [
{
"name": "openchat-3.5-0106",
"tuning": "instruct",
"datasets": ["mistral", "openorca", "flan"],
"params": 7e9,
"quantization": "int8",
"backend": "ct2",
"architecture": "decoder-only-transformer",
"license": "apache-2.0",
"prompt_fmt": (
"GPT4 Correct User: {instruction}<|end_of_turn|>"
"GPT4 Correct Assistant:"
),
},
{
"name": "openchat-3.5-1210",
"tuning": "instruct",
Expand Down

0 comments on commit 6769a09

Please sign in to comment.