Skip to content

Commit

Permalink
Pin revisions for default models
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Aug 29, 2024
1 parent 13dba72 commit f6d046e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languagemodels/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ class ModelFilterException(Exception):
{
"name": "LaMini-Flan-T5-783M",
"tuning": "instruct",
"revision": "e5e20a1",
"datasets": ["c4", "flan", "lamini"],
"params": 783e6,
"quantization": "int8",
Expand All @@ -167,6 +168,7 @@ class ModelFilterException(Exception):
{
"name": "LaMini-Flan-T5-248M",
"tuning": "instruct",
"revision": "96cfe99",
"datasets": ["c4", "flan", "lamini"],
"params": 248e6,
"quantization": "int8",
Expand Down

0 comments on commit f6d046e

Please sign in to comment.