Add config.json
Browse files- config.json +12 -15
config.json
CHANGED
|
@@ -1,19 +1,16 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
-
"LlamaForCausalLM"
|
| 6 |
],
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"author": "Gautam AI Sovereign Ecosystem",
|
| 18 |
-
"description": "Sovereign Foundational AGI Model with Continuous Self-Improving Multi-Domain Reasoning and 3B Modular Chambers."
|
| 19 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "gautam",
|
| 3 |
"architectures": [
|
| 4 |
+
"GautamForCausalLM"
|
|
|
|
| 5 |
],
|
| 6 |
+
"torch_dtype": "bfloat16",
|
| 7 |
+
"quantization_config": {
|
| 8 |
+
"quant_method": "bitsandbytes",
|
| 9 |
+
"bits": 4,
|
| 10 |
+
"load_in_4bit": true
|
| 11 |
+
},
|
| 12 |
+
"total_parameters": 500343041,
|
| 13 |
+
"model_name": "Gautam AI",
|
| 14 |
+
"author": "Gautam AI Ecosystem",
|
| 15 |
+
"description": "Supreme Autonomous AGI Model with Continuous Self-Improving Multi-Domain Reasoning and 4-Bit Sparse Optimization."
|
|
|
|
|
|
|
| 16 |
}
|