RichardErkhov commited on
Commit
db4c0df
1 Parent(s): bd0d244

uploaded model

Browse files
Files changed (1) hide show
  1. config.json +55 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "falcon-7b-instruct-sharded",
3
+ "activation": "gelu",
4
+ "alibi": false,
5
+ "apply_residual_connection_post_layernorm": false,
6
+ "architectures": [
7
+ "FalconForCausalLM"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "auto_map": {
11
+ "AutoConfig": "configuration_falcon.FalconConfig",
12
+ "AutoModel": "modeling_falcon.FalconModel",
13
+ "AutoModelForCausalLM": "modeling_falcon.FalconForCausalLM",
14
+ "AutoModelForQuestionAnswering": "modeling_falcon.FalconForQuestionAnswering",
15
+ "AutoModelForSequenceClassification": "modeling_falcon.FalconForSequenceClassification",
16
+ "AutoModelForTokenClassification": "modeling_falcon.FalconForTokenClassification"
17
+ },
18
+ "bias": false,
19
+ "bos_token_id": 11,
20
+ "eos_token_id": 11,
21
+ "ffn_hidden_size": 18176,
22
+ "hidden_dropout": 0.0,
23
+ "hidden_size": 4544,
24
+ "initializer_range": 0.02,
25
+ "layer_norm_epsilon": 1e-05,
26
+ "max_position_embeddings": 2048,
27
+ "model_type": "falcon",
28
+ "multi_query": true,
29
+ "new_decoder_architecture": false,
30
+ "num_attention_heads": 71,
31
+ "num_hidden_layers": 32,
32
+ "num_kv_heads": 71,
33
+ "parallel_attn": true,
34
+ "quantization_config": {
35
+ "_load_in_4bit": true,
36
+ "_load_in_8bit": false,
37
+ "bnb_4bit_compute_dtype": "float32",
38
+ "bnb_4bit_quant_storage": "uint8",
39
+ "bnb_4bit_quant_type": "fp4",
40
+ "bnb_4bit_use_double_quant": false,
41
+ "llm_int8_enable_fp32_cpu_offload": false,
42
+ "llm_int8_has_fp16_weight": false,
43
+ "llm_int8_skip_modules": null,
44
+ "llm_int8_threshold": 6.0,
45
+ "load_in_4bit": true,
46
+ "load_in_8bit": false,
47
+ "quant_method": "bitsandbytes"
48
+ },
49
+ "rope_scaling": null,
50
+ "rope_theta": 10000.0,
51
+ "torch_dtype": "float16",
52
+ "transformers_version": "4.40.2",
53
+ "use_cache": true,
54
+ "vocab_size": 65024
55
+ }