helenai commited on
Commit
c36aef1
1 Parent(s): 57b690d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ tokenizers = [
21
  "ise-uiuc/Magicoder-S-DS-6.7B",
22
  "google/flan-t5-base",
23
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
 
24
  ]
25
 
26
 
 
21
  "ise-uiuc/Magicoder-S-DS-6.7B",
22
  "google/flan-t5-base",
23
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
24
+ "google-bert/bert-base-uncased"
25
  ]
26
 
27