Skip to content

Commit

Permalink
Update list of supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Sep 19, 2023
1 parent 4245e26 commit 5b79108
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions scripts/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
'BAAI/bge-small-en',
'BAAI/bge-base-en',
'BAAI/bge-large-en',
'BAAI/bge-large-en-v1.5',
'BAAI/bge-base-en-v1.5',
'BAAI/bge-small-en-v1.5',
'BAAI/bge-large-zh-v1.5',
'BAAI/bge-base-zh-v1.5',
'BAAI/bge-small-zh-v1.5',
'allenai/scibert_scivocab_uncased',
'SpanBERT/spanbert-large-cased',
'SpanBERT/spanbert-base-cased',
Expand All @@ -92,9 +98,10 @@
'nlptown/bert-base-multilingual-uncased-sentiment',
'ProsusAI/finbert',
'unitary/toxic-bert',
'BAAI/bge-reranker-large',
'BAAI/bge-reranker-base',
],


# Token classification
'token-classification': [
'Davlan/bert-base-multilingual-cased-ner-hrl',
Expand Down Expand Up @@ -133,8 +140,6 @@
],
},



'camembert': {
# Feature extraction
'feature-extraction': [
Expand Down

0 comments on commit 5b79108

Please sign in to comment.