Skip to content

Commit

Permalink
Adjust long line
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Aug 16, 2024
1 parent db10c23 commit 43d1589
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions languagemodels/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,12 @@ class ModelFilterException(Exception):
"params": 0.5e9,
"quantization": "q4_k_m",
"backend": "llamacpp",
"context_length": 4096, # Could be extended to 32768
"context_length": 4096, # Could be extended to 32768
"architecture": "decoder-only-transformer",
"license": "apache-2.0",
"prompt_fmt": "<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n",
"prompt_fmt": (
"<|im_start|>user\n{instruction}<|im_end|>\n<|im_start|>assistant\n"
),
},
{
"name": "LaMini-GPT-774M",
Expand Down

0 comments on commit 43d1589

Please sign in to comment.