georeactor commited on
Commit
d797f28
1 Parent(s): 7541454

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,9 +18,9 @@ def rename_customer(id, newName):\n\t# PROMPT\n\tcur.execute("UPDATE customer SE
18
  modelPath = {
19
  # "GPT2-Medium": "gpt2-medium",
20
  "CodeParrot-mini": "codeparrot/codeparrot-small",
21
- "CodeGen-350-Mono": "Salesforce/codegen-350M-mono",
22
  # "GPT-Neo-1.3B": "EleutherAI/gpt-neo-1.3B",
23
- # "CodeParrot": "codeparrot/codeparrot",
24
  # "CodeGen-2B-Mono": "Salesforce/codegen-2B-mono",
25
  }
26
 
 
18
  modelPath = {
19
  # "GPT2-Medium": "gpt2-medium",
20
  "CodeParrot-mini": "codeparrot/codeparrot-small",
21
+ # "CodeGen-350-Mono": "Salesforce/codegen-350M-mono",
22
  # "GPT-Neo-1.3B": "EleutherAI/gpt-neo-1.3B",
23
+ "CodeParrot": "codeparrot/codeparrot",
24
  # "CodeGen-2B-Mono": "Salesforce/codegen-2B-mono",
25
  }
26