File size: 770 Bytes
f0f003c ad5b5dd f0f003c |
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 |
{
"_name_or_path": "wanderer2k1/base_LLM_433MB_chunk_and_concat_w_domain",
"abili": false,
"architectures": [
"MptForCausalLM"
],
"attn_config": {
"model_type": ""
},
"d_model": 1024,
"emb_pdrop": 0.0,
"embedding_fraction": 1.0,
"expansion_ratio": 4,
"init_device": "cpu",
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"learned_pos_emb": true,
"logit_scale": null,
"max_seq_len": 8192,
"model_type": "mpt",
"n_heads": 16,
"n_layers": 24,
"no_bias": true,
"norm_type": "low_precision_layernorm",
"pad_token_id": 128009,
"resid_pdrop": 0.0,
"rope": true,
"rope_theta": 100000,
"torch_dtype": "float32",
"transformers_version": "4.40.0",
"use_cache": false,
"verbose": 0,
"vocab_size": 128256
}
|