File size: 1,138 Bytes
d892edf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "activation_function": "gelu_fast",
  "apply_residual_connection_post_layernorm": false,
  "architectures": [
    "MegLMModelForCausalLM"
  ],
  "attention_dropout": 0.0,
  "attn_pdrop": 0.1,
  "auto_map": {
    "AutoConfig": "configuration_meglm.MegLMConfig",
    "AutoModelForCausalLM": "modeling_meglm.MegLMModelForCausalLM",
    "AutoTokenizer": [
      "hf_tokenizer.HFTokenizer",
      null
    ]
  },
  "bos_token_id": 32767,
  "embd_pdrop": 0.1,
  "embed_layernorm": false,
  "eos_token_id": 32767,
  "hidden_dropout": 0.0,
  "hidden_size": 2560,
  "initializer_range": 0.02,
  "layer_norm_epsilon": 1e-05,
  "model_type": "meglm",
  "n_embd": 2560,
  "n_head": 32,
  "n_inner": 10240,
  "n_layer": 32,
  "n_positions": 2048,
  "pos_emb_type": "rope",
  "pretraining_tp": 1,
  "resid_pdrop": 0.1,
  "scale_attn_weights": true,
  "slow_but_exact": false,
  "summary_activation": null,
  "summary_first_dropout": 0.1,
  "summary_proj_to_labels": true,
  "summary_type": "cls_index",
  "summary_use_proj": true,
  "tokenizer_class": "HFTokenizer",
  "transformers_version": "4.31.0",
  "use_cache": true,
  "vocab_size": 32768
}