RichardErkhov commited on
Commit
bf09b69
1 Parent(s): 63abed7

uploaded model

Browse files
Files changed (1) hide show
  1. config.json +52 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mamba-2.8b-hf",
3
+ "architectures": [
4
+ "MambaForCausalLM"
5
+ ],
6
+ "bos_token_id": 0,
7
+ "conv_kernel": 4,
8
+ "eos_token_id": 0,
9
+ "expand": 2,
10
+ "fused_add_norm": true,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2560,
13
+ "initializer_range": 0.1,
14
+ "intermediate_size": 5120,
15
+ "layer_norm_epsilon": 1e-05,
16
+ "model_type": "mamba",
17
+ "n_layer": 64,
18
+ "num_hidden_layers": 64,
19
+ "pad_token_id": 0,
20
+ "pad_vocab_size_multiple": 8,
21
+ "quantization_config": {
22
+ "_load_in_4bit": true,
23
+ "_load_in_8bit": false,
24
+ "bnb_4bit_compute_dtype": "float32",
25
+ "bnb_4bit_quant_storage": "uint8",
26
+ "bnb_4bit_quant_type": "fp4",
27
+ "bnb_4bit_use_double_quant": false,
28
+ "llm_int8_enable_fp32_cpu_offload": false,
29
+ "llm_int8_has_fp16_weight": false,
30
+ "llm_int8_skip_modules": null,
31
+ "llm_int8_threshold": 6.0,
32
+ "load_in_4bit": true,
33
+ "load_in_8bit": false,
34
+ "quant_method": "bitsandbytes"
35
+ },
36
+ "rescale_prenorm_residual": false,
37
+ "residual_in_fp32": true,
38
+ "rms_norm": true,
39
+ "state_size": 16,
40
+ "time_step_floor": 0.0001,
41
+ "time_step_init_scheme": "random",
42
+ "time_step_max": 0.1,
43
+ "time_step_min": 0.001,
44
+ "time_step_rank": 160,
45
+ "time_step_scale": 1.0,
46
+ "torch_dtype": "float16",
47
+ "transformers_version": "4.40.2",
48
+ "use_bias": false,
49
+ "use_cache": true,
50
+ "use_conv_bias": true,
51
+ "vocab_size": 50280
52
+ }