lllmaxY commited on
Commit
1801e36
·
verified ·
1 Parent(s): bd33397

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bigcode/starcoder2-7b",
3
+ "activation_function": "gelu",
4
+ "architectures": [
5
+ "Starcoder2ForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "attention_softmax_in_fp32": true,
9
+ "bos_token_id": 0,
10
+ "embedding_dropout": 0.1,
11
+ "eos_token_id": 0,
12
+ "hidden_act": "gelu_pytorch_tanh",
13
+ "hidden_size": 4608,
14
+ "initializer_range": 0.018042,
15
+ "intermediate_size": 18432,
16
+ "layer_norm_epsilon": 1e-05,
17
+ "max_position_embeddings": 16384,
18
+ "mlp_type": "default",
19
+ "model_type": "starcoder2",
20
+ "norm_epsilon": 1e-05,
21
+ "norm_type": "layer_norm",
22
+ "num_attention_heads": 36,
23
+ "num_hidden_layers": 32,
24
+ "num_key_value_heads": 4,
25
+ "residual_dropout": 0.1,
26
+ "rope_scaling": null,
27
+ "rope_theta": 1000000,
28
+ "scale_attention_softmax_in_fp32": true,
29
+ "scale_attn_weights": true,
30
+ "sliding_window": 4096,
31
+ "torch_dtype": "bfloat16",
32
+ "transformers_version": "4.46.3",
33
+ "use_bias": true,
34
+ "use_cache": false,
35
+ "vocab_size": 49157
36
+ }