puar-playground commited on
Commit
cb4d615
·
verified ·
1 Parent(s): ff9ffd4

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "microsoft/Phi-3-vision-128k-instruct",
3
+ "auto_map": {
4
+ "AutoModelForCausalLM": "adapter_model.PeftModel"
5
+ },
6
+ "task_type": "CAUSAL_LM",
7
+ "inference_mode": true
8
+ }