File size: 727 Bytes
def21c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "architectures": [
    "MOLMoEForCausalLM"
  ],
  "auto_map": {
    "AutoConfig": "config_molmoe.MolmoeConfig",
    "AutoModelForCausalLM": "modeling_molmoe.MOLMoEForCausalLM"
  },
  "clip_qkv": null,
  "embedding_size": 152064,
  "hidden_size": 2048,
  "initializer_range": 0.02,
  "intermediate_size": 1024,
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 4096,
  "model_type": "molmoe",
  "num_attention_heads": 16,
  "num_hidden_layers": 16,
  "num_key_value_heads": 16,
  "qkv_bias": false,
  "rope_theta": 10000.0,
  "tie_word_embeddings": false,
  "torch_dtype": "float32",
  "transformers_version": "4.43.3",
  "use_cache": true,
  "use_position_ids": true,
  "vocab_size": 50304,
  "weight_tying": false
}