Create config.json
Browse files- 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 |
+
}
|