acecalisto3 commited on
Commit
03e800a
1 Parent(s): beed02d

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "default_model_ids": {
3
+ "code_generation": "microsoft/CodeGPT-small-py",
4
+ "code_summarization": "microsoft/CodeBERT-base",
5
+ "bug_detection": "microsoft/BugBERT-base"
6
+ }
7
+ }