DipanAI commited on
Commit
b26ff41
1 Parent(s): 8ba6487

Create config.json

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