File size: 672 Bytes
0bb5fe1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "ExpIvmeForDiffusionLMHub"
  ],
  "context_len": 1024,
  "dropout": 0.0,
  "dtype": "float32",
  "ffn_mult": 4.0,
  "hidden_dim": 896,
  "hidden_size": 896,
  "mask_token_id": 16000,
  "max_position_embeddings": 1024,
  "model_type": "expivme_diffusion",
  "n_heads": 14,
  "n_layers": 12,
  "norm_eps": 1e-05,
  "num_attention_heads": 14,
  "num_hidden_layers": 12,
  "rope_theta": 10000.0,
  "tie_word_embeddings": true,
  "transformers_version": "5.13.1",
  "vocab_size": 16001,
  "auto_map": {
    "AutoConfig": "modeling_expivme_diffusion.ExpIvmeDiffusionConfig",
    "AutoModel": "modeling_expivme_diffusion.ExpIvmeForDiffusionLMHub"
  }
}