nell123 commited on
Commit
dcab4ee
·
verified ·
1 Parent(s): 45f6f23

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -2,6 +2,10 @@
2
  "architectures": ["Phi3ForCausalLM"],
3
  "attention_bias": false,
4
  "attention_dropout": 0.0,
 
 
 
 
5
  "bos_token_id": 1,
6
  "embd_pdrop": 0.0,
7
  "eos_token_id": 32000,
 
2
  "architectures": ["Phi3ForCausalLM"],
3
  "attention_bias": false,
4
  "attention_dropout": 0.0,
5
+ "auto_map": {
6
+ "AutoConfig": "microsoft/Phi-3-mini-4k-instruct--configuration_phi3.Phi3Config",
7
+ "AutoModelForCausalLM": "microsoft/Phi-3-mini-4k-instruct--modeling_phi3.Phi3ForCausalLM"
8
+ },
9
  "bos_token_id": 1,
10
  "embd_pdrop": 0.0,
11
  "eos_token_id": 32000,