teddy-f-47
commited on
Commit
•
a702998
1
Parent(s):
91a3af4
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"PhiForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoConfig": "configuration_phi.PhiConfig",
|
8 |
-
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
9 |
},
|
10 |
"attention_dropout": 0.0,
|
11 |
"bos_token_id": null,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/phi-2",
|
3 |
"architectures": [
|
4 |
"PhiForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoConfig": "teddy-f-47/phi-2-pl-v_0_1--configuration_phi.PhiConfig",
|
8 |
+
"AutoModelForCausalLM": "teddy-f-47/phi-2-pl-v_0_1--modeling_phi.PhiForCausalLM"
|
9 |
},
|
10 |
"attention_dropout": 0.0,
|
11 |
"bos_token_id": null,
|