shaileshp commited on
Commit
876818a
1 Parent(s): 87ab73a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -7,8 +7,8 @@
7
  ],
8
  "attention_dropout": 0.0,
9
  "auto_map": {
10
- "AutoConfig": "tiiuae/falcon-rw-1b--configuration_RW.RWConfig",
11
- "AutoModelForCausalLM": "tiiuae/falcon-rw-1b--modelling_RW.RWForCausalLM"
12
  },
13
  "bias": true,
14
  "bos_token_id": 1,
@@ -26,4 +26,4 @@
26
  "transformers_version": "4.30.0.dev0",
27
  "use_cache": true,
28
  "vocab_size": 50304
29
- }
 
7
  ],
8
  "attention_dropout": 0.0,
9
  "auto_map": {
10
+ "AutoConfig": "configuration_RW.RWConfig",
11
+ "AutoModelForCausalLM": "modelling_RW.RWForCausalLM"
12
  },
13
  "bias": true,
14
  "bos_token_id": 1,
 
26
  "transformers_version": "4.30.0.dev0",
27
  "use_cache": true,
28
  "vocab_size": 50304
29
+ }