RichardErkhov commited on
Commit
923e426
·
verified ·
1 Parent(s): c3a263d

uploaded model

Browse files
Files changed (1) hide show
  1. config.json +50 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mfuyu_llava_v3_8192_480p",
3
+ "_vocab_size": 262146,
4
+ "architectures": [
5
+ "FuyuForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 71013,
10
+ "hidden_act": "relu2",
11
+ "hidden_dropout": 0.0,
12
+ "hidden_size": 4096,
13
+ "image_size": 300,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 16384,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 16384,
18
+ "model_type": "fuyu",
19
+ "num_attention_heads": 64,
20
+ "num_channels": 3,
21
+ "num_hidden_layers": 36,
22
+ "partial_rotary_factor": 0.5,
23
+ "patch_size": 30,
24
+ "qk_layernorm": true,
25
+ "quantization_config": {
26
+ "_load_in_4bit": true,
27
+ "_load_in_8bit": false,
28
+ "bnb_4bit_compute_dtype": "float32",
29
+ "bnb_4bit_quant_storage": "uint8",
30
+ "bnb_4bit_quant_type": "fp4",
31
+ "bnb_4bit_use_double_quant": false,
32
+ "llm_int8_enable_fp32_cpu_offload": false,
33
+ "llm_int8_has_fp16_weight": false,
34
+ "llm_int8_skip_modules": null,
35
+ "llm_int8_threshold": 6.0,
36
+ "load_in_4bit": true,
37
+ "load_in_8bit": false,
38
+ "quant_method": "bitsandbytes"
39
+ },
40
+ "rope_scaling": null,
41
+ "rope_theta": 25000.0,
42
+ "text_config": {
43
+ "model_type": "persimmon",
44
+ "vocab_size": 262146
45
+ },
46
+ "tie_word_embeddings": false,
47
+ "torch_dtype": "float16",
48
+ "transformers_version": "4.47.1",
49
+ "use_cache": true
50
+ }