kaiiddo commited on
Commit
355ef24
·
verified ·
1 Parent(s): 3bc8778

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +38 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_pytorch_tanh",
3
+ "architectures": [
4
+ "GPTBigCodeForCausalLM"
5
+ ],
6
+ "attention_softmax_in_fp32": true,
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 0,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 0,
11
+ "inference_runner": 0,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "max_batch_size": null,
15
+ "max_sequence_length": null,
16
+ "model_type": "gpt_bigcode",
17
+ "multi_query": true,
18
+ "n_embd": 2048,
19
+ "n_head": 16,
20
+ "n_inner": 8192,
21
+ "n_layer": 24,
22
+ "n_positions": 8192,
23
+ "pad_key_length": true,
24
+ "pre_allocate_kv_cache": false,
25
+ "resid_pdrop": 0.1,
26
+ "scale_attention_softmax_in_fp32": true,
27
+ "scale_attn_weights": true,
28
+ "summary_activation": null,
29
+ "summary_first_dropout": 0.1,
30
+ "summary_proj_to_labels": true,
31
+ "summary_type": "cls_index",
32
+ "summary_use_proj": true,
33
+ "torch_dtype": "float16",
34
+ "transformers_version": "4.53.2",
35
+ "use_cache": true,
36
+ "validate_runner_input": true,
37
+ "vocab_size": 49152
38
+ }