teknium commited on
Commit
16817c2
1 Parent(s): 5b53b78

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -15,8 +15,8 @@
15
  "softmax_scale": null
16
  },
17
  "auto_map": {
18
- "AutoConfig": "replit/replit-code-v1-3b--configuration_mpt.MPTConfig",
19
- "AutoModelForCausalLM": "replit/replit-code-v1-3b--modeling_mpt.MPTForCausalLM"
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": "replit/replit-code-v1-3b",
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,