nuojohnchen commited on
Commit
579878d
·
verified ·
1 Parent(s): ac3efac

Add _name_or_path: microsoft/phi-4 to clarify base model

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "Phi3ForCausalLM"
4
  ],
@@ -33,4 +34,4 @@
33
  "transformers_version": "5.7.0",
34
  "use_cache": false,
35
  "vocab_size": 100352
36
- }
 
1
  {
2
+ "_name_or_path": "microsoft/phi-4",
3
  "architectures": [
4
  "Phi3ForCausalLM"
5
  ],
 
34
  "transformers_version": "5.7.0",
35
  "use_cache": false,
36
  "vocab_size": 100352
37
+ }