Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Dec 6, 2023
1 parent d9aab4c commit cba5b8d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scripts/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,21 @@
'bert-base-multilingual-cased',
'bert-base-chinese',
'emilyalsentzer/Bio_ClinicalBERT',
]
],
},
'blenderbot': {
# Text-to-text (TODO add conversational)
'text2text-generation': [
'facebook/blenderbot-400M-distill',
# 'facebook/blenderbot-1B-distill',
]
],
},
'blenderbot-small': {
# Text-to-text (TODO add conversational)
'text2text-generation': [
# 'facebook/blenderbot-90M', # DEPRECATED
'facebook/blenderbot_small-90M',
]
],
},
'bloom': {
# Text generation
Expand Down Expand Up @@ -192,7 +192,7 @@
'openai/clip-vit-base-patch32',
'openai/clip-vit-large-patch14',
'openai/clip-vit-large-patch14-336',
]
],
},
'codegen': {
# Text generation
Expand Down Expand Up @@ -351,7 +351,7 @@
'text-generation': [
'Rocketknight1/tiny-random-falcon-7b',
'fxmarty/really-tiny-falcon-testing',
]
],
},
'glpn': {
# Depth estimation
Expand Down Expand Up @@ -430,7 +430,7 @@
'RajuKandasamy/tamillama_tiny_30m',
'JackFram/llama-68m',
'JackFram/llama-160m',
]
],
},
'longt5': {
# Text-to-text
Expand Down Expand Up @@ -510,7 +510,7 @@
# Text generation
'text-generation': [
'efederici/ipt-350m',
]
],
},
'mpnet': {
# Feature extraction
Expand Down Expand Up @@ -545,7 +545,7 @@
'facebook/opt-350m',
# (TODO conversational)
'PygmalionAI/pygmalion-350m',
]
],
},
'owlvit': {
# Object detection (Zero-shot object detection)
Expand Down Expand Up @@ -674,7 +674,7 @@
'microsoft/trocr-base-printed',
'microsoft/trocr-small-handwritten',
'microsoft/trocr-base-handwritten',
]
],
},
'vision-encoder-decoder': {
# Image-to-text
Expand Down Expand Up @@ -750,7 +750,7 @@
'NbAiLab/nb-whisper-small-beta',
'NbAiLab/nb-whisper-medium-beta',
'NbAiLab/nb-whisper-large-beta',
]
],
},
'xlm': {
# Masked language modelling
Expand Down

0 comments on commit cba5b8d

Please sign in to comment.