KadriMufti
commited on
Commit
•
3146abb
1
Parent(s):
319e604
update organization name in "auto_map" in config.json
Browse fileschanged "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."
- config.json +3 -3
config.json
CHANGED
@@ -6,9 +6,9 @@
|
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "
|
10 |
-
"AutoModel": "
|
11 |
-
"AutoModelForCausalLM": "
|
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,
|