Text Generation
Transformers
Safetensors
kphi3
conversational
custom_code
schuler commited on
Commit
2e4341c
1 Parent(s): 9ebacd5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -4,6 +4,10 @@
4
  "KPhi3ForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
 
 
 
 
7
  "bos_token_id": 1,
8
  "do_layer_norm_before": true,
9
  "embd_pdrop": 0.0,
 
4
  "KPhi3ForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_kphi3.Phi3Config",
9
+ "AutoModelForCausalLM": "modeling_kphi3.Phi3ForCausalLM"
10
+ },
11
  "bos_token_id": 1,
12
  "do_layer_norm_before": true,
13
  "embd_pdrop": 0.0,