Add config.json
Browse files- config.json +13 -26
config.json
CHANGED
|
@@ -1,29 +1,16 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
|
| 16 |
-
"mlp_bias": false,
|
| 17 |
-
"model_type": "llama",
|
| 18 |
-
"num_attention_heads": 8,
|
| 19 |
-
"num_hidden_layers": 8,
|
| 20 |
-
"num_key_value_heads": 8,
|
| 21 |
-
"pretraining_tp": 1,
|
| 22 |
-
"rms_norm_eps": 1e-06,
|
| 23 |
-
"rope_scaling": null,
|
| 24 |
-
"rope_theta": 10000.0,
|
| 25 |
-
"tie_word_embeddings": false,
|
| 26 |
-
"transformers_version": "4.57.6",
|
| 27 |
-
"use_cache": true,
|
| 28 |
-
"vocab_size": 644
|
| 29 |
-
}
|
|
|
|
| 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": 500342267,
|
| 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 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|