Gyaneshere commited on
Commit
c8c4d54
·
verified ·
1 Parent(s): 7bb2d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -27,8 +27,8 @@ CLM_models= [
27
  'gpt2',
28
  'distilgpt2',
29
  'xlnet-base-cased',
30
- #'bigscience/bloom-1b3',
31
- #'EleutherAI/gpt-neo-1.3B',
32
  ]
33
 
34
  MLM_models=[
@@ -36,7 +36,7 @@ MLM_models=[
36
  'distilbert-base-uncased',
37
  'roberta-base',
38
  'distilroberta-base',
39
- # 'google/electra-small-generator'
40
  ]
41
 
42
  all_models = CLM_models+MLM_models
 
27
  'gpt2',
28
  'distilgpt2',
29
  'xlnet-base-cased',
30
+ 'bigscience/bloom-1b3',
31
+ 'EleutherAI/gpt-neo-1.3B',
32
  ]
33
 
34
  MLM_models=[
 
36
  'distilbert-base-uncased',
37
  'roberta-base',
38
  'distilroberta-base',
39
+ 'google/electra-small-generator'
40
  ]
41
 
42
  all_models = CLM_models+MLM_models