Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -15,8 +15,8 @@
|
|
| 15 |
"softmax_scale": null
|
| 16 |
},
|
| 17 |
"auto_map": {
|
| 18 |
-
"AutoConfig": "
|
| 19 |
-
"AutoModelForCausalLM": "
|
| 20 |
},
|
| 21 |
"d_model": 2560,
|
| 22 |
"emb_pdrop": 0,
|
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"no_bias": true,
|
| 44 |
"norm_type": "low_precision_layernorm",
|
| 45 |
"resid_pdrop": 0,
|
| 46 |
-
"tokenizer_name": "
|
| 47 |
"torch_dtype": "float16",
|
| 48 |
"transformers_version": "4.29.2",
|
| 49 |
"use_cache": false,
|
|
|
|
| 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,
|
|
|
|
| 43 |
"no_bias": true,
|
| 44 |
"norm_type": "low_precision_layernorm",
|
| 45 |
"resid_pdrop": 0,
|
| 46 |
+
"tokenizer_name": "teknium/Replit-v2-CodeInstruct-3B",
|
| 47 |
"torch_dtype": "float16",
|
| 48 |
"transformers_version": "4.29.2",
|
| 49 |
"use_cache": false,
|