Skip to content

Commit

Permalink
Pin Smol models
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Aug 29, 2024
1 parent a7fd9ae commit 9b01786
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions languagemodels/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ class ModelFilterException(Exception):
{
"name": "SmolLM-1.7B-Instruct",
"tuning": "instruct",
"revision": "dc3dfe2",
"datasets": [],
"params": 1.7e9,
"quantization": "int8",
Expand All @@ -348,6 +349,7 @@ class ModelFilterException(Exception):
{
"name": "SmolLM-360M-Instruct",
"tuning": "instruct",
"revision": "0b0e861",
"datasets": [],
"params": 360e6,
"quantization": "int8",
Expand All @@ -363,6 +365,7 @@ class ModelFilterException(Exception):
{
"name": "SmolLM-135M-Instruct",
"tuning": "instruct",
"revision": "90046ba",
"datasets": [],
"params": 135e6,
"quantization": "int8",
Expand Down

0 comments on commit 9b01786

Please sign in to comment.