{ | |
"_name_or_path": "/tmp/yujiepan/mpt-tiny-random/config.json", | |
"architectures": [ | |
"MptForCausalLM" | |
], | |
"attn_config": { | |
"model_type": "" | |
}, | |
"auto_map": { | |
"AutoConfig": "neuralmagic/mpt-7b-gsm8k-pt--configuration_mpt.MPTConfig", | |
"AutoModelForCausalLM": "neuralmagic/mpt-7b-gsm8k-pt--modeling_mpt.MPTForCausalLM" | |
}, | |
"d_model": 8, | |
"emb_pdrop": 0, | |
"embedding_fraction": 1.0, | |
"expansion_ratio": 4, | |
"init_config": { | |
"emb_init_std": null, | |
"emb_init_uniform_lim": null, | |
"fan_mode": "fan_in", | |
"init_div_is_residual": true, | |
"init_gain": 0, | |
"init_nonlinearity": "relu", | |
"init_std": 0.02, | |
"name": "kaiming_normal_", | |
"verbose": 0 | |
}, | |
"init_device": "cpu", | |
"initializer_range": 0.02, | |
"is_decoder": true, | |
"layer_norm_epsilon": 1e-05, | |
"learned_pos_emb": true, | |
"logit_scale": null, | |
"max_seq_len": 2048, | |
"model_type": "mpt", | |
"n_embd_model": 8, | |
"n_heads": 2, | |
"n_layers": 2, | |
"no_bias": true, | |
"norm_type": "low_precision_layernorm", | |
"resid_pdrop": 0, | |
"tokenizer_name": "EleutherAI/gpt-neox-20b", | |
"torch_dtype": "float16", | |
"transformers_version": "4.34.1", | |
"use_cache": true, | |
"verbose": 0, | |
"vocab_size": 50432 | |
} | |