fix(config): Removes auto_map since it will not be used anymore.

This commit is contained in:
Gustavo de Rosa 2024-04-29 16:25:56 +00:00 committed by system
parent 6c4befeb63
commit ef382358ec
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -3,10 +3,6 @@
"architectures": [ "architectures": [
"PhiForCausalLM" "PhiForCausalLM"
], ],
"auto_map": {
"AutoConfig": "configuration_phi.PhiConfig",
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
},
"attention_dropout": 0.0, "attention_dropout": 0.0,
"bos_token_id": 50256, "bos_token_id": 50256,
"embd_pdrop": 0.0, "embd_pdrop": 0.0,