Upload Moondream
Browse files- config.json +24 -24
config.json
CHANGED
@@ -12,30 +12,30 @@
|
|
12 |
"model_type": "phi"
|
13 |
},
|
14 |
"text_config": {
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
},
|
40 |
"torch_dtype": "float16",
|
41 |
"transformers_version": "4.38.2"
|
|
|
12 |
"model_type": "phi"
|
13 |
},
|
14 |
"text_config": {
|
15 |
+
"attention_dropout": 0.0,
|
16 |
+
"bos_token_id": null,
|
17 |
+
"embd_pdrop": 0.0,
|
18 |
+
"eos_token_id": null,
|
19 |
+
"hidden_act": "gelu_new",
|
20 |
+
"hidden_size": 2048,
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"intermediate_size": 8192,
|
23 |
+
"layer_norm_eps": 1e-05,
|
24 |
+
"max_position_embeddings": 2048,
|
25 |
+
"model_type": "phi",
|
26 |
+
"num_attention_heads": 32,
|
27 |
+
"num_hidden_layers": 24,
|
28 |
+
"num_key_value_heads": null,
|
29 |
+
"partial_rotary_factor": 0.5,
|
30 |
+
"qk_layernorm": false,
|
31 |
+
"resid_pdrop": 0.0,
|
32 |
+
"rope_scaling": null,
|
33 |
+
"rope_theta": 10000.0,
|
34 |
+
"tie_word_embeddings": false,
|
35 |
+
"torch_dtype": "float16",
|
36 |
+
"transformers_version": "4.37.0",
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 51200
|
39 |
},
|
40 |
"torch_dtype": "float16",
|
41 |
"transformers_version": "4.38.2"
|