Araaa commited on
Commit
d39068d
1 Parent(s): 59fb57e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -7
config.json CHANGED
@@ -3,12 +3,13 @@
3
  "alibi": false,
4
  "apply_residual_connection_post_layernorm": false,
5
  "architectures": [
6
- "RWForCausalLM"
7
  ],
8
  "attention_dropout": 0.0,
9
  "auto_map": {
10
- "AutoConfig": "tiiuae/falcon-7b-instruct--configuration_RW.RWConfig",
11
- "AutoModelForCausalLM": "tiiuae/falcon-7b-instruct--modelling_RW.RWForCausalLM"
 
12
  },
13
  "bias": false,
14
  "bos_token_id": 11,
@@ -17,13 +18,15 @@
17
  "hidden_size": 4544,
18
  "initializer_range": 0.02,
19
  "layer_norm_epsilon": 1e-05,
20
- "model_type": "RefinedWebModel",
21
  "multi_query": true,
22
- "n_head": 71,
23
- "n_layer": 32,
 
 
24
  "parallel_attn": true,
25
  "torch_dtype": "float16",
26
  "transformers_version": "4.30.0.dev0",
27
  "use_cache": true,
28
  "vocab_size": 65024
29
- }
 
3
  "alibi": false,
4
  "apply_residual_connection_post_layernorm": false,
5
  "architectures": [
6
+ "FalconForCausalLM"
7
  ],
8
  "attention_dropout": 0.0,
9
  "auto_map": {
10
+ "AutoConfig": "configuration_falcon.FalconConfig",
11
+ "AutoModel": "modeling_falcon.FalconModel",
12
+ "AutoModelForCausalLM": "modeling_falcon.FalconForCausalLM"
13
  },
14
  "bias": false,
15
  "bos_token_id": 11,
 
18
  "hidden_size": 4544,
19
  "initializer_range": 0.02,
20
  "layer_norm_epsilon": 1e-05,
21
+ "model_type": "falcon",
22
  "multi_query": true,
23
+ "new_decoder_architecture": false,
24
+ "num_attention_heads": 71,
25
+ "num_hidden_layers": 32,
26
+ "num_kv_heads": 71,
27
  "parallel_attn": true,
28
  "torch_dtype": "float16",
29
  "transformers_version": "4.30.0.dev0",
30
  "use_cache": true,
31
  "vocab_size": 65024
32
+ }