semran1 commited on
Commit
4479d74
·
verified ·
1 Parent(s): ef5c938

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -3,6 +3,9 @@
3
  "architectures": [
4
  "QLlamaForCausalLM"
5
  ],
 
 
 
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 1,
 
3
  "architectures": [
4
  "QLlamaForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoModelForCausalLM": "modeling_qllama.QLlamaForCausalLM"
8
+ },
9
  "attention_bias": false,
10
  "attention_dropout": 0.0,
11
  "bos_token_id": 1,