no need for custom_code anymore
Browse files
@ArthurZ
can confirm but i think this is in `transformers` now (and has been for a while?)
- config.json +0 -4
config.json
CHANGED
@@ -4,10 +4,6 @@
|
|
4 |
"Phi3ForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
-
"auto_map": {
|
8 |
-
"AutoConfig": "configuration_phi3.Phi3Config",
|
9 |
-
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
10 |
-
},
|
11 |
"bos_token_id": 1,
|
12 |
"embd_pdrop": 0.0,
|
13 |
"eos_token_id": 32000,
|
|
|
4 |
"Phi3ForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
|
|
|
|
|
|
|
|
7 |
"bos_token_id": 1,
|
8 |
"embd_pdrop": 0.0,
|
9 |
"eos_token_id": 32000,
|