Binaryy commited on
Commit
ad80fb2
1 Parent(s): d6eec3e

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -54
config.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "_name_or_path": "llava-hf/llava-1.5-7b-hf",
3
- "architectures": [
4
- "LlavaForConditionalGeneration"
5
- ],
6
- "ignore_index": -100,
7
- "image_token_index": 32000,
8
- "model_type": "llava",
9
- "pad_token_id": 32001,
10
- "projector_hidden_act": "gelu",
11
- "quantization_config": {
12
- "_load_in_4bit": true,
13
- "_load_in_8bit": false,
14
- "bnb_4bit_compute_dtype": "float16",
15
- "bnb_4bit_quant_storage": "uint8",
16
- "bnb_4bit_quant_type": "nf4",
17
- "bnb_4bit_use_double_quant": false,
18
- "llm_int8_enable_fp32_cpu_offload": false,
19
- "llm_int8_has_fp16_weight": false,
20
- "llm_int8_skip_modules": null,
21
- "llm_int8_threshold": 6.0,
22
- "load_in_4bit": true,
23
- "load_in_8bit": false,
24
- "quant_method": "bitsandbytes"
25
- },
26
- "text_config": {
27
- "_name_or_path": "lmsys/vicuna-7b-v1.5",
28
- "architectures": [
29
- "LlamaForCausalLM"
30
- ],
31
- "max_position_embeddings": 4096,
32
- "model_type": "llama",
33
- "rms_norm_eps": 1e-05,
34
- "torch_dtype": "float16",
35
- "vocab_size": 32064
36
- },
37
- "tie_word_embeddings": false,
38
- "torch_dtype": "float16",
39
- "transformers_version": "4.43.3",
40
- "vision_config": {
41
- "hidden_size": 1024,
42
- "image_size": 336,
43
- "intermediate_size": 4096,
44
- "model_type": "clip_vision_model",
45
- "num_attention_heads": 16,
46
- "num_hidden_layers": 24,
47
- "patch_size": 14,
48
- "projection_dim": 768,
49
- "vocab_size": 32000
50
- },
51
- "vision_feature_layer": -2,
52
- "vision_feature_select_strategy": "default",
53
- "vocab_size": 32064
54
- }