Skip to content

Commit

Permalink
Update TinyLlama chat version
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Jan 3, 2024
1 parent d713b52 commit 3610958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Improved search speed when searching many documents
- Reduce memory usage for large document embeddings
- Updated to TinyLlama Chat v1.0

### Added

Expand Down
5 changes: 2 additions & 3 deletions languagemodels/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class ModelFilterException(Exception):
),
},
{
"name": "TinyLlama-1.1B-Chat-v0.3",
"name": "TinyLlama-1.1B-Chat-v1.0",
"tuning": "instruct",
"datasets": ["slimpajama", "starcoderdata"],
"params": 1.1e9,
Expand All @@ -228,9 +228,8 @@ class ModelFilterException(Exception):
"architecture": "decoder-only-transformer",
"license": "mit",
"prompt_fmt": (
"<|im_start|>user\n{instruction} <|im_end|> <|im_start|>assistant\n"
"<|user|>{instruction}<|assistant|>"
),
"support": "deprecated",
},
{
"name": "codet5p-770m-py",
Expand Down

0 comments on commit 3610958

Please sign in to comment.