autonomousX
/

YADAV0206 commited on
Commit
e23f5da
·
verified ·
1 Parent(s): ea53478

Add placeholder config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -28
config.json CHANGED
@@ -1,30 +1,3 @@
1
  {
2
- "model_type": "gpt",
3
- "architectures": ["GPT"],
4
-
5
- "vocab_size": 50304,
6
- "max_position_embeddings": 1024,
7
-
8
- "hidden_size": 1024,
9
- "num_hidden_layers": 32,
10
- "num_attention_heads": 16,
11
- "head_dim": 64,
12
-
13
- "intermediate_size": 4096,
14
-
15
- "hidden_act": "gelu",
16
-
17
- "rms_norm_eps": 1e-6,
18
- "norm_type": "rmsnorm",
19
-
20
- "rotary_pct": 0.25,
21
- "rope_theta": 10000,
22
-
23
- "tie_word_embeddings": false,
24
-
25
- "initializer_range": 0.02,
26
-
27
- "torch_dtype": "bfloat16",
28
-
29
- "use_cache": true
30
  }
 
1
  {
2
+ "under work please wait": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  }