chgk13 commited on
Commit
3f09636
1 Parent(s): f6120fa

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +35 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/ea/work/decicoder-1b",
3
+ "architectures": [
4
+ "DeciCoderForCausalLM"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_decicoder.DeciCoderConfig",
8
+ "AutoModelForCausalLM": "modeling_decicoder.DeciCoderForCausalLM"
9
+ },
10
+ "bos_token_id": 0,
11
+ "eos_token_id": 0,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2048,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 5888,
16
+ "max_position_embeddings": 2048,
17
+ "model_type": "llama",
18
+ "naive_attention_decode_batched": true,
19
+ "naive_attention_decode_single": false,
20
+ "naive_attention_prefill": false,
21
+ "num_attention_heads": 32,
22
+ "num_hidden_layers": 20,
23
+ "num_key_value_heads": 4,
24
+ "pad_token_id": 0,
25
+ "pretraining_tp": 1,
26
+ "rms_norm_eps": 1e-05,
27
+ "rope_scaling": null,
28
+ "tie_word_embeddings": false,
29
+ "torch_dtype": "float32",
30
+ "torchscript": true,
31
+ "transformers_version": "4.32.0.dev0",
32
+ "use_bfloat16": true,
33
+ "use_cache": true,
34
+ "vocab_size": 49152
35
+ }