itay-levy commited on
Commit
1aed8fa
1 Parent(s): 1849e15

Upload config.json with huggingface_hub (#1)

Browse files

- Upload config.json with huggingface_hub (d3fea1dec174a58f65fd9b9cc7dd8de1ef5011d7)

Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DeciLlamaForCausalLM"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_decicoder.DeciCoderConfig",
7
+ "AutoModelForCausalLM": "modeling_decicoder.DeciCoderForCausalLM"
8
+ },
9
+ "bos_token_id": 0,
10
+ "eos_token_id": 0,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2048,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 5888,
15
+ "max_position_embeddings": 2048,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 20,
19
+ "num_key_value_heads": 4,
20
+ "pretraining_tp": 1,
21
+ "rms_norm_eps": 1e-05,
22
+ "rope_scaling": null,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
+ "use_bfloat16": true,
26
+ "transformers_version": "4.31.0.dev0",
27
+ "use_cache": true,
28
+ "vocab_size": 49152
29
+ }