File size: 511 Bytes
f239f28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "MDLM"
  ],
  "auto_map": {
    "AutoConfig": "configuration_mdlm.MDLMConfig",
    "AutoModelForMaskedLM": "modeling_mdlm.MDLM"
  },
  "bos_token_id": 50256,
  "cond_dim": 128,
  "dropout": 0.1,
  "dtype": "bfloat16",
  "eos_token_id": 50256,
  "hidden_dim": 768,
  "model_length": 1024,
  "model_type": "mdlm",
  "n_blocks": 12,
  "n_heads": 12,
  "pad_token_id": 50256,
  "time_conditioning": false,
  "transformers_version": "5.10.1",
  "use_cache": false,
  "vocab_size": 50304
}