wissemkarous commited on
Commit
b0e97e9
1 Parent(s): 45a437b
Files changed (1) hide show
  1. config.json +25 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ybelkada/falcon-7b-sharded-bf16tiiuae/falcon-7b",
3
+ "alibi": false,
4
+ "apply_residual_connection_post_layernorm": false,
5
+ "architectures": [
6
+ "FalconForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "bias": false,
10
+ "bos_token_id": 11,
11
+ "eos_token_id": 11,
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 4544,
14
+ "initializer_range": 0.02,
15
+ "layer_norm_epsilon": 1e-05,
16
+ "model_type": "falcon",
17
+ "multi_query": true,
18
+ "n_head": 71,
19
+ "n_layer": 32,
20
+ "parallel_attn": true,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.30.0.dev0",
23
+ "use_cache": true,
24
+ "vocab_size": 65024
25
+ }