Gautam6 commited on
Commit
003e996
·
verified ·
1 Parent(s): 8f281c7

Add config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -26
config.json CHANGED
@@ -1,29 +1,16 @@
1
  {
 
2
  "architectures": [
3
- "LlamaForCausalLM"
4
  ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "dtype": "float32",
9
- "eos_token_id": 2,
10
- "head_dim": 64,
11
- "hidden_act": "silu",
12
- "hidden_size": 512,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 2048,
15
- "max_position_embeddings": 2048,
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
+ }