LeroyDyer commited on
Commit
dd9fb65
1 Parent(s): 2548881

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +107 -0
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "LeroyDyer/Mixtral_AI_CyberBrain_3_0",
3
+ "architectures": [
4
+ "MistralForCausalLM","QuietForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "LeroyDyer/Mixtral_AI_CyberBrain_3_0--configuration_mistral.MistralConfig",
9
+ "AutoModel": "LeroyDyer/Mixtral_AI_CyberBrain_3_0--modeling_mistral.MistralModel",
10
+ "AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_CyberBrain_3_0--modeling_mistral.MistralForCausalLM",
11
+ "QuietForCausalLM": "LeroyDyer/Mixtral_AI_CyberBrain_3_0--modeling_quiet.QuietForCausalLM",
12
+ "QuietConfig": "LeroyDyer/Mixtral_AI_CyberBrain_3_0--configuration_quiet.QuietConfig"
13
+ },
14
+ "bos_token_id": 1,
15
+ "eos_token_id": 2,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 4096,
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 14336,
20
+ "max_position_embeddings": 32768,
21
+ "max_thoughts": 10,
22
+ "merged_lm_and_talk_heads": false,
23
+ "merged_lm_and_think_heads": true,
24
+ "merged_talk_heads": true,
25
+ "model_type": "mistral",
26
+ "num_attention_heads": 32,
27
+ "num_hidden_layers": 32,
28
+ "num_key_value_heads": 8,
29
+ "rms_norm_eps": 1e-05,
30
+ "rope_theta": 10000.0,
31
+ "sliding_window": 4096,
32
+ "tie_word_embeddings": false,
33
+ "torch_dtype": "bfloat16",
34
+ "transformers_version": "4.37.0.dev0",
35
+ "use_cache": true,
36
+ "use_complex_talk_head": true,
37
+ "use_complex_think_head": false,
38
+ "use_concat_talk_head": true,
39
+ "use_shallow_talk": false,
40
+ "use_shallow_think": true,
41
+ "use_weighted_talk_head": true,
42
+ "vocab_size": 32004,
43
+ "freeze_mm_mlp_adapter": false,
44
+ "freeze_mm_vision_resampler": false,
45
+ "ignore_index": -100,
46
+ "image_aspect_ratio": "anyres",
47
+ "image_crop_resolution": 224,
48
+ "image_grid_pinpoints": [
49
+ [
50
+ 336,
51
+ 672
52
+ ],
53
+ [
54
+ 672,
55
+ 336
56
+ ],
57
+ [
58
+ 672,
59
+ 672
60
+ ],
61
+ [
62
+ 1008,
63
+ 336
64
+ ],
65
+ [
66
+ 336,
67
+ 1008
68
+ ]
69
+ ],
70
+ "image_split_resolution": 224,
71
+ "image_token_index": 32002,
72
+ "mm_hidden_size": 1024,
73
+ "mm_patch_merge_type": "spatial_unpad",
74
+ "mm_projector_lr": null,
75
+ "mm_projector_type": "mlp2x_gelu",
76
+ "mm_resampler_type": null,
77
+ "mm_use_im_patch_token": false,
78
+ "mm_use_im_start_end": false,
79
+ "mm_vision_select_feature": "patch",
80
+ "mm_vision_select_layer": -2,
81
+ "mm_vision_tower": "openai/clip-vit-large-patch14-336",
82
+ "mm_vision_tower_lr": 2e-06,
83
+ "projector_hidden_act": "gelu",
84
+ "text_config": {
85
+ "model_type": "llama"
86
+ },
87
+ "tokenizer_model_max_length": 4096,
88
+ "tokenizer_padding_side": "right",
89
+ "tune_mm_mlp_adapter": false,
90
+ "tune_mm_vision_resampler": false,
91
+ "unfreeze_mm_vision_tower": true,
92
+ "use_mm_proj": true,
93
+ "vision_config": {
94
+ "hidden_size": 1024,
95
+ "image_size": 336,
96
+ "intermediate_size": 4096,
97
+ "model_type": "clip_vision_model",
98
+ "num_attention_heads": 16,
99
+ "num_hidden_layers": 24,
100
+ "patch_size": 14,
101
+ "projection_dim": 768,
102
+ "vocab_size": 32000
103
+ },
104
+ "vision_feature_layer": -2,
105
+ "vision_feature_select_strategy": "default"
106
+ }
107
+