Skip to content

Commit

Permalink
Correct phi-1.5 prompt format
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Jan 4, 2024
1 parent d5271e1 commit b34d350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- Reduce memory usage for large document embeddings
- Updated to TinyLlama Chat v1.0
- Remove auto model scaling on Colab
- Correct phi-1.5 prompt format

### Added

Expand Down
1 change: 1 addition & 0 deletions languagemodels/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ class ModelFilterException(Exception):
"backend": "ct2",
"architecture": "decoder-only-transformer",
"license": "other",
"prompt_fmt": "{instruction}\n\nAnswer:",
},
{
"name": "LaMini-GPT-774M",
Expand Down

0 comments on commit b34d350

Please sign in to comment.