File size: 1,009 Bytes
1b8a347 |
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 |
{
"architectures": [
"MegatronGPTForCausalLM"
],
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_megatron_gpt.MegatronGPTConfig",
"AutoModelForCausalLM": "modeling_megatron_gpt.MegatronGPTForCausalLM"
},
"bias": true,
"bos_token_id": 2,
"classifier_dropout": 0.0,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout": 0.0,
"hidden_size": 4096,
"initializer_range": 0.01,
"intermediate_size": 10880,
"layer_norm_eps": 1e-05,
"max_position_embeddings": 2048,
"model_type": "megatron_gpt",
"normalization": "layernorm1p",
"normalize_attention_scores": true,
"num_attention_heads": 32,
"num_hidden_layers": 32,
"pad_token_id": 0,
"rope_scaling": null,
"rotary_emb_base": 10000,
"rotary_pct": 0.5,
"self_attention_relative_position_bias": true,
"tie_word_embeddings": false,
"tokenizer_class": "GPT2Tokenizer",
"torch_dtype": "float16",
"transformers_version": "4.31.0",
"use_cache": true,
"vocab_size": 56064
}
|