KadriMufti commited on
Commit
3146abb
1 Parent(s): 319e604

update organization name in "auto_map" in config.json

Browse files

changed "inception-mbzuai" to "core42" hoping to resolve error:

"Could not locate the inception-mbzuai/jais-13b-chat--configuration_jais.py inside asas-ai/jais-13b-chat-8bit."

Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -6,9 +6,9 @@
6
  ],
7
  "attn_pdrop": 0.0,
8
  "auto_map": {
9
- "AutoConfig": "inception-mbzuai/jais-13b-chat--configuration_jais.JAISConfig",
10
- "AutoModel": "inception-mbzuai/jais-13b-chat--modeling_jais.JAISModel",
11
- "AutoModelForCausalLM": "inception-mbzuai/jais-13b-chat--modeling_jais.JAISLMHeadModel"
12
  },
13
  "bos_token_id": 0,
14
  "embd_pdrop": 0.0,
 
6
  ],
7
  "attn_pdrop": 0.0,
8
  "auto_map": {
9
+ "AutoConfig": "core42/jais-13b-chat--configuration_jais.JAISConfig",
10
+ "AutoModel": "core42/jais-13b-chat--modeling_jais.JAISModel",
11
+ "AutoModelForCausalLM": "core42/jais-13b-chat--modeling_jais.JAISLMHeadModel"
12
  },
13
  "bos_token_id": 0,
14
  "embd_pdrop": 0.0,