Daniil-plotnikov commited on
Commit
b857149
·
1 Parent(s): 898bc64

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +26 -22
config.json CHANGED
@@ -1,24 +1,28 @@
1
  {
2
- "model_type": "Falcon",
3
- "auto_mapping": null,
4
- "base_model_name_or_path": "ybelkada/falcon-7b-sharded-bf16",
5
- "bias": "none",
6
- "fan_in_fan_out": false,
7
- "inference_mode": true,
8
- "init_lora_weights": true,
9
- "layers_pattern": null,
10
- "layers_to_transform": null,
11
- "lora_alpha": 16,
12
- "lora_dropout": 0.1,
13
- "modules_to_save": null,
14
- "peft_type": "LORA",
15
- "r": 64,
16
- "revision": null,
17
- "target_modules": [
18
- "query_key_value",
19
- "dense",
20
- "dense_h_to_4h",
21
- "dense_4h_to_h"
22
  ],
23
- "task_type": "CAUSAL_LM"
24
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "alibi": false,
3
+ "apply_residual_connection_post_layernorm": false,
4
+ "architectures": [
5
+ "RWForCausalLM"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ],
7
+ "attention_dropout": 0.0,
8
+ "auto_map": {
9
+ "AutoConfig": "configuration_RW.RWConfig",
10
+ "AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
11
+ },
12
+ "bias": false,
13
+ "bos_token_id": 11,
14
+ "eos_token_id": 11,
15
+ "hidden_dropout": 0.0,
16
+ "hidden_size": 4544,
17
+ "initializer_range": 0.02,
18
+ "layer_norm_epsilon": 1e-05,
19
+ "model_type": "RefinedWebModel",
20
+ "multi_query": true,
21
+ "n_head": 71,
22
+ "n_layer": 32,
23
+ "parallel_attn": true,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.27.4",
26
+ "use_cache": true,
27
+ "vocab_size": 65024
28
+ }