kaizen9 commited on
Commit
3eafe9f
·
verified ·
1 Parent(s): 0aab279

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -1,8 +1,11 @@
1
  {
2
  "_name_or_path": "microsoft/phi-1_5",
3
  "architectures": [
4
- "PhiModel"
5
  ],
 
 
 
6
  "attention_dropout": 0.0,
7
  "bos_token_id": null,
8
  "embd_pdrop": 0.0,
 
1
  {
2
  "_name_or_path": "microsoft/phi-1_5",
3
  "architectures": [
4
+ "PhiRotForCausalLM"
5
  ],
6
+ "auto_map": {
7
+ "AutoModelForCausalLM": "modeling_phi_rot.PhiRotForCausalLM"
8
+ },
9
  "attention_dropout": 0.0,
10
  "bos_token_id": null,
11
  "embd_pdrop": 0.0,