jacobmanifest commited on
Commit
3b5951d
·
verified ·
1 Parent(s): 524a84b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -2,6 +2,10 @@
2
  "architectures": [
3
  "PowerCoderForCausalLM"
4
  ],
 
 
 
 
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 50256,
7
  "dtype": "float32",
 
2
  "architectures": [
3
  "PowerCoderForCausalLM"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_powercoder.PowerCoderConfig",
7
+ "AutoModelForCausalLM": "modeling_powercoder.PowerCoderForCausalLM"
8
+ }
9
  "attention_dropout": 0.0,
10
  "bos_token_id": 50256,
11
  "dtype": "float32",