STEM-AI-mtl
commited on
Commit
•
e8c7d52
1
Parent(s):
daf0380
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"PhiForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
-
"AutoConfig": "
|
9 |
-
"AutoModelForCausalLM": "
|
10 |
},
|
11 |
"bos_token_id": 50256,
|
12 |
"embd_pdrop": 0.0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/phi-2",
|
3 |
"architectures": [
|
4 |
"PhiForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_phi.PhiConfig",
|
9 |
+
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
10 |
},
|
11 |
"bos_token_id": 50256,
|
12 |
"embd_pdrop": 0.0,
|