apepkuss79 commited on
Commit
37a8cd9
1 Parent(s): ee6c0c1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "StableLmForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 100257,
7
+ "eos_token_id": 100278,
8
+ "hidden_act": "silu",
9
+ "hidden_dropout": 0.0,
10
+ "hidden_size": 5120,
11
+ "initializer_range": 0.01,
12
+ "intermediate_size": 13824,
13
+ "layer_norm_eps": 1e-05,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "stablelm",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 40,
18
+ "num_key_value_heads": 8,
19
+ "partial_rotary_factor": 0.25,
20
+ "qk_layernorm": true,
21
+ "rope_scaling": null,
22
+ "rope_theta": 10000,
23
+ "rotary_scaling_factor": 1.0,
24
+ "tie_word_embeddings": false,
25
+ "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.40.0",
27
+ "use_cache": true,
28
+ "use_norm_bias": false,
29
+ "use_parallel_residual": true,
30
+ "use_qkv_bias": false,
31
+ "vocab_size": 100352
32
+ }