File size: 2,069 Bytes
ab7792a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_comment_activation": "MLP activation function aligned with ModernBert",
  "_comment_attention": "Attention and RoPE settings for shorter context",
  "_comment_bias": "Bias settings for Linear layers aligned with ModernBert",
  "_comment_dropout": "Dropout rates aligned with ModernBert",
  "_comment_initialization": "Initialization scheme aligned with ModernBert",
  "_comment_misc": "Other settings for decoder-style model",
  "_comment_normalization": "LayerNorm settings aligned with ModernBert",
  "activation_type": "silu",
  "alibi": false,
  "alibi_bias_max": 8.0,
  "architectures": [
    "LLaDAModelLM"
  ],
  "attention_bias": false,
  "attention_dropout": 0.0,
  "attention_layer_norm": false,
  "attention_layer_norm_with_affine": true,
  "auto_map": {
    "AutoConfig": "configuration_llada.LLaDAConfig",
    "AutoModel": "modeling_llada.LLaDAModelLM"
  },
  "bias_for_layer_norm": false,
  "block_group_size": 1,
  "block_type": "llama",
  "bos_token_id": 0,
  "d_model": 576,
  "dtype": "float32",
  "embedding_dropout": 0.0,
  "embedding_size": 50368,
  "eos_token_id": 0,
  "flash_attention": false,
  "include_bias": false,
  "include_qkv_bias": false,
  "init_cutoff_factor": 2.0,
  "init_device": "meta",
  "init_fn": "full_megatron",
  "init_std": 0.02,
  "input_emb_norm": false,
  "is_llama_config": true,
  "layer_norm_type": "default",
  "layer_norm_with_affine": true,
  "loss_normalization": "masked_tokens",
  "mask_token_id": 50256,
  "max_position_embeddings": 8192,
  "max_sequence_length": 2048,
  "mlp_hidden_size": 1536,
  "mlp_ratio": 4,
  "model_type": "llada",
  "multi_query_attention": null,
  "n_heads": 9,
  "n_kv_heads": 3,
  "n_layers": 30,
  "pad_token_id": 50283,
  "precision": null,
  "pretraining_tp": 1,
  "residual_dropout": 0.0,
  "rms_norm_eps": 1e-05,
  "rope": true,
  "rope_full_precision": true,
  "rope_interleaved": false,
  "rope_scaling": null,
  "rope_theta": 100000.0,
  "scale_logits": false,
  "transformers_version": "4.57.1",
  "use_cache": false,
  "vocab_size": 50368,
  "weight_tying": true
}