matthewkenney
commited on
Commit
•
db0cb31
1
Parent(s):
9f2880a
Upload PhiForCausalLM
Browse files- config.json +4 -4
- generation_config.json +1 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "configuration_phi.PhiConfig",
|
10 |
-
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
|
11 |
},
|
12 |
"embd_pdrop": 0.0,
|
13 |
"flash_attn": false,
|
@@ -26,6 +26,6 @@
|
|
26 |
"rotary_dim": 32,
|
27 |
"tie_word_embeddings": false,
|
28 |
"torch_dtype": "float16",
|
29 |
-
"transformers_version": "4.
|
30 |
"vocab_size": 51200
|
31 |
-
}
|
|
|
6 |
],
|
7 |
"attn_pdrop": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "microsoft/phi-1_5--configuration_phi.PhiConfig",
|
10 |
+
"AutoModelForCausalLM": "microsoft/phi-1_5--modeling_phi.PhiForCausalLM"
|
11 |
},
|
12 |
"embd_pdrop": 0.0,
|
13 |
"flash_attn": false,
|
|
|
26 |
"rotary_dim": 32,
|
27 |
"tie_word_embeddings": false,
|
28 |
"torch_dtype": "float16",
|
29 |
+
"transformers_version": "4.35.2",
|
30 |
"vocab_size": 51200
|
31 |
+
}
|
generation_config.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"transformers_version": "4.35.
|
4 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"transformers_version": "4.35.2"
|
4 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6a53e2e018f631327f1d068b7f5c5c4fbfa948b7e11285264c36d8c24695ef2
|
3 |
+
size 2836567160
|