Commit
·
b1a4ddc
1
Parent(s):
be9d77c
Upload config.json
Browse files- config.json +6 -5
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"MPTForCausalLM"
|
4 |
],
|
@@ -15,8 +16,8 @@
|
|
15 |
"softmax_scale": null
|
16 |
},
|
17 |
"auto_map": {
|
18 |
-
"AutoConfig": "configuration_mpt.MPTConfig",
|
19 |
-
"AutoModelForCausalLM": "modeling_mpt.MPTForCausalLM"
|
20 |
},
|
21 |
"d_model": 2560,
|
22 |
"emb_pdrop": 0,
|
@@ -44,9 +45,9 @@
|
|
44 |
"norm_type": "low_precision_layernorm",
|
45 |
"resid_pdrop": 0,
|
46 |
"tokenizer_name": "teknium/Replit-v2-CodeInstruct-3B",
|
47 |
-
"torch_dtype": "
|
48 |
-
"transformers_version": "4.
|
49 |
"use_cache": false,
|
50 |
"verbose": 0,
|
51 |
"vocab_size": 32768
|
52 |
-
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "F:/model/pytorch_model-00002-of-00002.bin",
|
3 |
"architectures": [
|
4 |
"MPTForCausalLM"
|
5 |
],
|
|
|
16 |
"softmax_scale": null
|
17 |
},
|
18 |
"auto_map": {
|
19 |
+
"AutoConfig": "teknium/Replit-v2-CodeInstruct-3B--configuration_mpt.MPTConfig",
|
20 |
+
"AutoModelForCausalLM": "teknium/Replit-v2-CodeInstruct-3B--modeling_mpt.MPTForCausalLM"
|
21 |
},
|
22 |
"d_model": 2560,
|
23 |
"emb_pdrop": 0,
|
|
|
45 |
"norm_type": "low_precision_layernorm",
|
46 |
"resid_pdrop": 0,
|
47 |
"tokenizer_name": "teknium/Replit-v2-CodeInstruct-3B",
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.30.2",
|
50 |
"use_cache": false,
|
51 |
"verbose": 0,
|
52 |
"vocab_size": 32768
|
53 |
+
}
|