prelington commited on
Commit
72b3949
·
verified ·
1 Parent(s): d7b01dc

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["AutoModelForCausalLM"],
3
+ "model_type": "phi-2",
4
+ "torch_dtype": "float16",
5
+ "auto_map": {
6
+ "AutoModelForCausalLM": "microsoft/phi-2"
7
+ }
8
+ }