Deepscans commited on
Commit
2287cc5
·
verified ·
1 Parent(s): ea456d4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["WebScanAIV17FlashModel"],
3
+ "model_type": "custom-llm",
4
+ "vocab_size": 32000,
5
+ "hidden_size": 4096,
6
+ "num_hidden_layers": 32,
7
+ "num_attention_heads": 32,
8
+ "intermediate_size": 11008,
9
+ "max_position_embeddings": 2048,
10
+ "attention_dropout": 0.0,
11
+ "initializer_range": 0.02,
12
+ "rms_norm_eps": 1e-06,
13
+ "use_cache": true,
14
+ "pad_token_id": 0,
15
+ "bos_token_id": 1,
16
+ "eos_token_id": 2,
17
+ "tie_word_embeddings": false
18
+ }