kaizen9 commited on
Commit
99a7a0e
·
verified ·
1 Parent(s): f08ef96

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -1,11 +1,9 @@
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,
 
1
  {
2
  "_name_or_path": "microsoft/phi-1_5",
3
  "architectures": [
4
+ "PhiModel"
5
  ],
6
+
 
 
7
  "attention_dropout": 0.0,
8
  "bos_token_id": null,
9
  "embd_pdrop": 0.0,