Roy229 commited on
Commit
0c0c192
·
verified ·
1 Parent(s): 463aff7

Add config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "CodeAssistant",
3
+ "task": "text-generation",
4
+ "gpu_memory_gb": 24,
5
+ "recommended_batch_size": 4,
6
+ "framework": "transformers",
7
+ "license": "cc-by-nc-4.0"
8
+ }