Add config.json
Browse files- 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 |
+
}
|