Gautam6 commited on
Commit
0ed9c08
·
verified ·
1 Parent(s): 5570268

Add config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -12
config.json CHANGED
@@ -1,16 +1,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": 500342655,
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
  }
 
1
  {
2
+ "_name_or_path": "Gautam6/GautamAI",
3
  "architectures": [
4
+ "GautamAIForCausalLM",
5
+ "LlamaForCausalLM"
6
  ],
7
+ "model_type": "llama",
8
+ "torch_dtype": "float16",
9
+ "vocab_size": 32000,
10
+ "hidden_size": 512,
11
+ "intermediate_size": 2048,
12
+ "num_hidden_layers": 8,
13
+ "num_attention_heads": 8,
14
+ "max_position_embeddings": 2048,
15
+ "total_parameters": 393,
16
+ "model_name": "Gautam AI (GAUTAM AI)",
17
+ "author": "Gautam AI Sovereign Ecosystem",
18
+ "description": "Sovereign Foundational AGI Model with Continuous Self-Improving Multi-Domain Reasoning and 3B Modular Chambers."
19
  }