Update config.json
Browse files- config.json +0 -26
config.json
CHANGED
@@ -8,34 +8,8 @@
|
|
8 |
"AutoModelForCausalLM": "moondream.Moondream"
|
9 |
},
|
10 |
"model_type": "moondream1",
|
11 |
-
"phi_config": {
|
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"
|
|
|
8 |
"AutoModelForCausalLM": "moondream.Moondream"
|
9 |
},
|
10 |
"model_type": "moondream1",
|
|
|
|
|
|
|
11 |
"text_config": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"model_type": "phi",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
},
|
14 |
"torch_dtype": "float16",
|
15 |
"transformers_version": "4.38.2"
|