Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"auto_map": {
|
| 8 |
-
"AutoConfig": "configuration_kphi3.
|
| 9 |
-
"AutoModelForCausalLM": "modeling_kphi3.
|
| 10 |
},
|
| 11 |
"bos_token_id": 1,
|
| 12 |
"do_layer_norm_before": true,
|
|
|
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"auto_map": {
|
| 8 |
+
"AutoConfig": "configuration_kphi3.KPhi3Config",
|
| 9 |
+
"AutoModelForCausalLM": "modeling_kphi3.KPhi3ForCausalLM"
|
| 10 |
},
|
| 11 |
"bos_token_id": 1,
|
| 12 |
"do_layer_norm_before": true,
|