shreyaspimpalgaonkar
commited on
Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -5,8 +5,9 @@
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
-
"AutoConfig": "configuration_phi3.Phi3Config",
|
9 |
-
"
|
|
|
10 |
},
|
11 |
"bos_token_id": 1,
|
12 |
"embd_pdrop": 0.0,
|
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "microsoft/Phi-3-mini-128k-instruct--configuration_phi3.Phi3Config",
|
9 |
+
"AutoModel": "microsoft/Phi-3-mini-128k-instruct--modeling_phi3.Phi3ForCausalLM",
|
10 |
+
"AutoModelForCausalLM": "microsoft/Phi-3-mini-128k-instruct--modeling_phi3.Phi3ForCausalLM"
|
11 |
},
|
12 |
"bos_token_id": 1,
|
13 |
"embd_pdrop": 0.0,
|