ZahrizhalAli commited on
Commit
e864cc7
1 Parent(s): f73b9bf

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +35 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // 20230920102720
2
+ // https://huggingface.co/tiiuae/falcon-7b/raw/main/config.json
3
+
4
+ {
5
+ "alibi": false,
6
+ "apply_residual_connection_post_layernorm": false,
7
+ "architectures": [
8
+ "RWForCausalLM"
9
+ ],
10
+ "attention_dropout": 0.0,
11
+ "auto_map": {
12
+ "AutoConfig": "configuration_RW.RWConfig",
13
+ "AutoModel": "modelling_RW.RWModel",
14
+ "AutoModelForSequenceClassification": "modelling_RW.RWForSequenceClassification",
15
+ "AutoModelForTokenClassification": "modelling_RW.RWForTokenClassification",
16
+ "AutoModelForQuestionAnswering": "modelling_RW.RWForQuestionAnswering",
17
+ "AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
18
+ },
19
+ "bias": false,
20
+ "bos_token_id": 11,
21
+ "eos_token_id": 11,
22
+ "hidden_dropout": 0.0,
23
+ "hidden_size": 4544,
24
+ "initializer_range": 0.02,
25
+ "layer_norm_epsilon": 0.00001,
26
+ "model_type": "RefinedWebModel",
27
+ "multi_query": true,
28
+ "n_head": 71,
29
+ "n_layer": 32,
30
+ "parallel_attn": true,
31
+ "torch_dtype": "bfloat16",
32
+ "transformers_version": "4.27.4",
33
+ "use_cache": true,
34
+ "vocab_size": 65024
35
+ }