ManishThota
commited on
Commit
•
c192a51
1
Parent(s):
d5d3c3c
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
"model_type": "Sparrow",
|
8 |
"attn_pdrop": 0.0,
|
9 |
"auto_map": {
|
10 |
-
"AutoConfig": "
|
11 |
-
"AutoModelForCausalLM": "
|
12 |
},
|
13 |
"embd_pdrop": 0.0,
|
14 |
"eos_token_id": 50295,
|
|
|
7 |
"model_type": "Sparrow",
|
8 |
"attn_pdrop": 0.0,
|
9 |
"auto_map": {
|
10 |
+
"AutoConfig": "configuration_imp.ImpConfig",
|
11 |
+
"AutoModelForCausalLM": "modeling_imp.ImpForCausalLM"
|
12 |
},
|
13 |
"embd_pdrop": 0.0,
|
14 |
"eos_token_id": 50295,
|