Commit ·
db5b7c3
1
Parent(s): c9eed04
Upload PhiForCausalLM
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"PhiForCausalLM"
|
| 6 |
],
|
| 7 |
"attn_pdrop": 0.0,
|
| 8 |
"auto_map": {
|
| 9 |
-
"AutoConfig": "
|
| 10 |
-
"AutoModelForCausalLM": "
|
| 11 |
},
|
| 12 |
"embd_pdrop": 0.0,
|
| 13 |
"flash_attn": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "src/models/Qbeast/memeaiai",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"PhiForCausalLM"
|
| 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,
|