Create config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["AutoModelForCausalLM"],
|
| 3 |
+
"model_type": "llama",
|
| 4 |
+
"language": "tr",
|
| 5 |
+
"domain": "robotics",
|
| 6 |
+
"capabilities": ["task-planning","instruction-following"],
|
| 7 |
+
"description": "Turkish humanoid robot task planning model"
|
| 8 |
+
}
|