RichardErkhov commited on
Commit
032e0bb
·
verified ·
1 Parent(s): 91be126

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": "multimodal-cad-starcoder-init",
3
+ "architectures": [
4
+ "Starcoder2ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": 0,
8
+ "embedding_dropout": 0.1,
9
+ "eos_token_id": 0,
10
+ "hidden_act": "gelu_pytorch_tanh",
11
+ "hidden_size": 3072,
12
+ "image_end_token": "<IMAGE_END>",
13
+ "image_newline_token": "<IMAGE_NEWLINE>",
14
+ "image_newline_token_id": 49153,
15
+ "image_placeholder_token": "<IMAGE_PLACEHOLDER>",
16
+ "image_placeholder_token_id": 49152,
17
+ "image_start_token": "<IMAGE_START>",
18
+ "image_start_token_id": 49154,
19
+ "initializer_range": 0.018042,
20
+ "intermediate_size": 12288,
21
+ "max_position_embeddings": 16384,
22
+ "mlp_type": "default",
23
+ "model_type": "starcoder2",
24
+ "norm_epsilon": 1e-05,
25
+ "norm_type": "layer_norm",
26
+ "num_attention_heads": 24,
27
+ "num_channels": 3,
28
+ "num_hidden_layers": 30,
29
+ "num_key_value_heads": 2,
30
+ "patch_size": 32,
31
+ "quantization_config": {
32
+ "_load_in_4bit": false,
33
+ "_load_in_8bit": true,
34
+ "bnb_4bit_compute_dtype": "float32",
35
+ "bnb_4bit_quant_storage": "uint8",
36
+ "bnb_4bit_quant_type": "fp4",
37
+ "bnb_4bit_use_double_quant": false,
38
+ "llm_int8_enable_fp32_cpu_offload": false,
39
+ "llm_int8_has_fp16_weight": false,
40
+ "llm_int8_skip_modules": null,
41
+ "llm_int8_threshold": 6.0,
42
+ "load_in_4bit": false,
43
+ "load_in_8bit": true,
44
+ "quant_method": "bitsandbytes"
45
+ },
46
+ "residual_dropout": 0.1,
47
+ "rope_scaling": null,
48
+ "rope_theta": 999999.4420358813,
49
+ "sliding_window": 4096,
50
+ "torch_dtype": "float16",
51
+ "transformers_version": "4.47.1",
52
+ "use_bias": true,
53
+ "use_cache": true,
54
+ "vocab_size": 49156
55
+ }