Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -6,10 +6,10 @@
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
"bos_token_id": 1,
|
14 |
"embd_pdrop": 0.0,
|
15 |
"eos_token_id": 32000,
|
|
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "isitcoding/phi3_mini_128k_model_poisoned--configuration_phi3.Phi3Config",
|
10 |
+
"AutoModel": "isitcoding/phi3_mini_128k_model_poisoned--modeling_phi3.Phi3ForCausalLM",
|
11 |
+
"AutoModelForCausalLM": "isitcoding/phi3_mini_128k_model_poisoned--modeling_phi3.Phi3ForCausalLM"
|
12 |
+
},
|
13 |
"bos_token_id": 1,
|
14 |
"embd_pdrop": 0.0,
|
15 |
"eos_token_id": 32000,
|