Skip to content

Commit

Permalink
Support GIST-small-Embedding-v0 embedding model
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed Apr 20, 2024
1 parent 8955007 commit 39a6210
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Added

- Support GIST-small-Embedding-v0 embedding model
- Store model runtime stats to improve benchmarking and analysis

## 0.19 - 2024-04-18
Expand Down
9 changes: 9 additions & 0 deletions languagemodels/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,15 @@ class ModelFilterException(Exception):
"architecture": "encoder-only-transformer",
"license": "mit",
},
{
"name": "GIST-small-Embedding-v0",
"tuning": "embedding",
"params": 33e6,
"quantization": "int8",
"backend": "ct2",
"architecture": "encoder-only-transformer",
"license": "mit",
},
{
"name": "bge-small-en",
"tuning": "embedding",
Expand Down

0 comments on commit 39a6210

Please sign in to comment.