Upload MosaicGPT
Browse files- config.json +43 -26
config.json
CHANGED
@@ -1,29 +1,46 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"bias_dropout_fusion": true,
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "mosaicml/mpt-1b-redpajama-200b-dolly",
|
3 |
+
"alibi": true,
|
4 |
+
"alibi_bias_max": 8,
|
|
|
5 |
"architectures": [
|
6 |
+
"MosaicGPT"
|
7 |
],
|
8 |
+
"attn_clip_qkv": null,
|
9 |
+
"attn_impl": "torch",
|
10 |
+
"attn_pdrop": 0,
|
11 |
+
"attn_qk_ln": true,
|
12 |
+
"attn_uses_sequence_id": false,
|
13 |
+
"auto_map": {
|
14 |
+
"AutoConfig": "mosaicml/mpt-1b-redpajama-200b-dolly--configuration_mosaic_gpt.MosaicGPTConfig",
|
15 |
+
"AutoModelForCausalLM": "mosaicml/mpt-1b-redpajama-200b-dolly--mosaic_gpt.MosaicGPT"
|
16 |
+
},
|
17 |
+
"d_model": 2048,
|
18 |
+
"emb_init_std": null,
|
19 |
+
"emb_init_uniform_lim": null,
|
20 |
+
"emb_pdrop": 0,
|
21 |
+
"embedding_fraction": 1.0,
|
22 |
+
"fan_mode": "fan_in",
|
23 |
+
"init_device": "cpu",
|
24 |
+
"init_div_is_residual": true,
|
25 |
+
"init_gain": 0,
|
26 |
+
"init_nonlinearity": "relu",
|
27 |
+
"init_std": 0.02,
|
28 |
+
"logit_scale": null,
|
29 |
+
"low_precision_layernorm": true,
|
30 |
+
"max_seq_len": 2048,
|
31 |
+
"mlp_ratio": 4,
|
32 |
+
"model_type": "mosaic_gpt",
|
33 |
+
"n_heads": 16,
|
34 |
+
"n_layers": 24,
|
35 |
+
"no_bias": true,
|
36 |
+
"param_init_fn": "kaiming_normal_",
|
37 |
+
"prefix_lm": false,
|
38 |
+
"resid_pdrop": 0,
|
39 |
+
"softmax_scale": null,
|
40 |
+
"tokenizer_name": "EleutherAI/gpt-neox-20b",
|
41 |
+
"torch_dtype": "bfloat16",
|
42 |
+
"transformers_version": "4.31.0",
|
43 |
+
"use_cache": false,
|
44 |
+
"verbose": 0,
|
45 |
+
"vocab_size": 50432
|
46 |
+
}
|