vikhyatk commited on
Commit
169f11a
·
verified ·
1 Parent(s): f416500

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -12
config.json CHANGED
@@ -12,18 +12,30 @@
12
  "model_type": "phi"
13
  },
14
  "text_config": {
15
- "architectures": [
16
- "Moondream"
17
- ],
18
- "auto_map": {
19
- "AutoConfig": "configuration_moondream.MoondreamConfig",
20
- "AutoModelForCausalLM": "moondream.Moondream"
21
- },
22
- "model_type": "phi",
23
- "phi_config": {
24
- "model_type": "phi"
25
- },
26
- "torch_dtype": "float16"
 
 
 
 
 
 
 
 
 
 
 
 
27
  },
28
  "torch_dtype": "float16",
29
  "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"