shreyaspimpalgaonkar
commited on
Commit
•
82448c8
1
Parent(s):
6163a8b
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "configuration_phi3.Phi3Config",
|
10 |
-
"AutoModel": "modeling_phi3.Phi3ForCausalLM",
|
11 |
"AutoModelForCausalLM": "microsoft/Phi-3-mini-128k-instruct--modeling_phi3.Phi3ForCausalLM"
|
12 |
},
|
13 |
"bos_token_id": 1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "sciphi/triplex",
|
3 |
"architectures": [
|
4 |
+
"Phi3ForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "microsoft/Phi-3-mini-128k-instruct--configuration_phi3.Phi3Config",
|
10 |
+
"AutoModel": "microsoft/Phi-3-mini-128k-instruct--modeling_phi3.Phi3ForCausalLM",
|
11 |
"AutoModelForCausalLM": "microsoft/Phi-3-mini-128k-instruct--modeling_phi3.Phi3ForCausalLM"
|
12 |
},
|
13 |
"bos_token_id": 1,
|