itriedcoding commited on
Commit
c3a5036
·
verified ·
1 Parent(s): 6e40c2b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50000,
3
+ "hidden_size": 1536,
4
+ "num_hidden_layers": 30,
5
+ "num_attention_heads": 12,
6
+ "head_dim": 128,
7
+ "intermediate_size": 6144,
8
+ "max_position_embeddings": 128,
9
+ "model_type": "sage_1b",
10
+ "total_params": 1286155776,
11
+ "torch_dtype": "float32"
12
+ }