zixinwen commited on
Commit
a62f95b
1 Parent(s): 085b8a6

Update config.json

Browse files

Microsoft has updated the model structures and file names of microsoft/phi-1_5 model, it is best to use the local version instead.

Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/phi-1_5",
3
  "activation_function": "gelu_new",
4
  "architecture": {
5
  "block_cls": "parallel",
@@ -12,8 +12,8 @@
12
  "MixFormerSequentialForCausalLM"
13
  ],
14
  "auto_map": {
15
- "AutoConfig": "microsoft/phi-1_5--configuration_mixformer_sequential.MixFormerSequentialConfig",
16
- "AutoModelForCausalLM": "microsoft/phi-1_5--modeling_mixformer_sequential.MixFormerSequentialForCausalLM"
17
  },
18
  "embd_layer": "default",
19
  "embd_pdrop": 0.0,
 
1
  {
2
+ "_name_or_path": "Open-Orca/oo-phi-1_5",
3
  "activation_function": "gelu_new",
4
  "architecture": {
5
  "block_cls": "parallel",
 
12
  "MixFormerSequentialForCausalLM"
13
  ],
14
  "auto_map": {
15
+ "AutoConfig": "Open-Orca/oo-phi-1_5--configuration_mixformer_sequential.MixFormerSequentialConfig",
16
+ "AutoModelForCausalLM": "Open-Orca/oo-phi-1_5--modeling_mixformer_sequential.MixFormerSequentialForCausalLM"
17
  },
18
  "embd_layer": "default",
19
  "embd_pdrop": 0.0,