medmac01 commited on
Commit
f2ee5ea
1 Parent(s): e059c77

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -4,6 +4,10 @@
4
  "architectures": [
5
  "RWForCausalLM"
6
  ],
 
 
 
 
7
  "attention_dropout": 0.0,
8
  "bias": false,
9
  "bos_token_id": 11,
 
4
  "architectures": [
5
  "RWForCausalLM"
6
  ],
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_RW.RWConfig",
9
+ "AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
10
+ },
11
  "attention_dropout": 0.0,
12
  "bias": false,
13
  "bos_token_id": 11,