File size: 1,237 Bytes
24ffcad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "HyperCLOVAXForCausalLM"
  ],
  "attention_bias": false,
  "attention_dropout": 0.0,
  "attention_multiplier": 0.0078125,
  "attn_pdrop": 0.0,
  "auto_map": {
    "AutoConfig": "configuration_hyperclovax.HyperCLOVAXConfig",
    "AutoModel": "modeling_hyperclovax.HyperCLOVAXModel",
    "AutoModelForCausalLM": "modeling_hyperclovax.HyperCLOVAXForCausalLM"
  },
  "bos_token_id": 100257,
  "embd_pdrop": 0.0,
  "embedding_multiplier": 10.0,
  "end_token_id": 100257,
  "eos_token_id": 100257,
  "head_dim": 128,
  "hidden_act": "silu",
  "hidden_size": 6144,
  "initializer_range": 0.012727922061357854,
  "intermediate_size": 14336,
  "logits_scaling": 0.125,
  "max_position_embeddings": 131072,
  "mlp_bias": false,
  "model_type": "hyperclovax",
  "num_attention_heads": 48,
  "num_hidden_layers": 38,
  "num_key_value_heads": 8,
  "pad_token_id": 100257,
  "pretraining_tp": 1,
  "resid_pdrop": 0.0,
  "residual_multiplier": 1.0,
  "rms_norm_eps": 1e-05,
  "rope_scaling": null,
  "rope_theta": 100000000,
  "summary_first_dropout": 0.0,
  "tie_word_embeddings": false,
  "torch_dtype": "float32",
  "transformers_version": "4.52.4",
  "use_cache": false,
  "use_post_norm": true,
  "vocab_size": 110592
}