Skip to content

Commit

Permalink
Update more supported ESM models
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Dec 10, 2023
1 parent 775815a commit 32752c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,16 @@
'facebook/esm2_t30_150M_UR50D',
'facebook/esm2_t33_650M_UR50D',
],

# Token classification
'token-classification': [
'AmelieSchreiber/esm2_t6_8M_UR50D_rna_binding_site_predictor',
],

# Zero-shot classification
'zero-shot-classification': [
'AmelieSchreiber/esm2_t6_8M_UR50D_sequence_classifier_v1',
],
},
'falcon': {
# Text generation
Expand Down

0 comments on commit 32752c6

Please sign in to comment.