Skip to content

Commit 686add8

Browse files
committed
Update supported_models.py
1 parent d7438ce commit 686add8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

scripts/supported_models.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@
9898
'emilyalsentzer/Bio_ClinicalBERT',
9999
],
100100
# 'blenderbot': [
101-
# # Text generation (TODO add conversational)
101+
# # Text2text generation (TODO add conversational)
102102
# 'facebook/blenderbot-400M-distill',
103103
# 'facebook/blenderbot-1B-distill',
104104
# ],
105105
# 'blenderbot-small': [
106-
# # Text generation (TODO add conversational)
106+
# # Text2text generation (TODO add conversational)
107107
# 'facebook/blenderbot-90M', # DEPRECATED
108108
# 'facebook/blenderbot_small-90M',
109109
# ],
@@ -211,6 +211,7 @@
211211
# Text generation
212212
'EleutherAI/gpt-neo-125M',
213213
'MBZUAI/LaMini-Neo-125M',
214+
# 'MBZUAI/LaMini-Neo-1.3B', # TODO add
214215
'iliemihai/gpt-neo-romanian-125m',
215216
],
216217
'gpt_neox': [
@@ -228,9 +229,15 @@
228229
# Text generation
229230
'gpt2',
230231
'distilgpt2',
232+
'MBZUAI/LaMini-Cerebras-111M',
231233
'MBZUAI/LaMini-Cerebras-256M',
232234
'MBZUAI/LaMini-Cerebras-590M',
235+
# 'MBZUAI/LaMini-Cerebras-1.3B', # TODO add
233236
'MBZUAI/LaMini-GPT-124M',
237+
'MBZUAI/LaMini-GPT-774M',
238+
# 'MBZUAI/LaMini-GPT-1.5B', # TODO add
239+
'aisquared/dlite-v2-774m',
240+
'Locutusque/gpt2-large-conversational',
234241
],
235242
'gpt_bigcode': [
236243
# Text generation

0 commit comments

Comments
 (0)