LeroyDyer commited on
Commit
079bfd0
·
verified ·
1 Parent(s): fcf111b

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -64
config.json DELETED
@@ -1,64 +0,0 @@
1
- {
2
- "_name_or_path": "LeroyDyer/Mixtral_AI_Vision-Instruct_X",
3
- "architectures": [
4
- "MistralForCausalLM","LlavaForConditionalGeneration"
5
- ],
6
- "auto_map": {
7
- "AutoConfig": "LeroyDyer/Mixtral_AI_Vision-Instruct_X--configuration_mistral.MistralConfig",
8
- "AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_Vision-Instruct_X--modeling_mistral_yarn.MistralForCausalLM"
9
- },
10
- "ignore_index": -100,
11
- "image_token_index": 32000,
12
- "bos_token_id": 1,
13
- "eos_token_id": 2,
14
- "pad_token_id": 32001,
15
- "projector_hidden_act": "gelu",
16
- "text_config": {
17
- "_name_or_path": "LeroyDyer/Mixtral_AI_Vision-Instruct_X",
18
- "architectures": [
19
- "LlamaForCausalLM","LlavaForConditionalGeneration"
20
- ],
21
- "max_position_embeddings": 4096,
22
- "model_type": "llama",
23
- "rms_norm_eps": 1e-05,
24
- "torch_dtype": "float16",
25
- "vocab_size": 32064
26
- },
27
- "hidden_act": "silu",
28
- "hidden_size": 4096,
29
- "initializer_range": 0.02,
30
- "intermediate_size": 14336,
31
- "max_position_embeddings": 32768,
32
- "max_sequence_length": 131072,
33
- "model_type": "mistral",
34
- "num_attention_heads": 32,
35
- "num_hidden_layers": 32,
36
- "num_key_value_heads": 8,
37
- "rms_norm_eps": 1e-05,
38
- "rope_scaling": {
39
- "factor": 16.0,
40
- "finetuned": true,
41
- "original_max_position_embeddings": 8192,
42
- "type": "yarn"
43
- },
44
- "rope_theta": 10000.0,
45
- "sliding_window": 131072,
46
- "tie_word_embeddings": false,
47
- "torch_dtype": "float16",
48
- "transformers_version": "4.38.2",
49
- "vision_config": {
50
- "hidden_size": 1024,
51
- "image_size": 336,
52
- "intermediate_size": 4096,
53
- "model_type": "clip_vision_model",
54
- "num_attention_heads": 16,
55
- "num_hidden_layers": 24,
56
- "patch_size": 14,
57
- "projection_dim": 768,
58
- "vocab_size": 32002
59
- },
60
- "vision_feature_layer": -2,
61
- "vision_feature_select_strategy": "default",
62
- "use_cache": true,
63
- "vocab_size": 32002
64
- }