RichardErkhov commited on
Commit
53bbd2e
1 Parent(s): a671c18

uploaded model

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