Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,4 @@ from peft import PeftModel
|
|
| 19 |
|
| 20 |
base_model = AutoModelForVision2Seq.from_pretrained("Qwen/Qwen2.5-VL-3B-Instruct")
|
| 21 |
model = PeftModel.from_pretrained(base_model, "kahua-ml/invoice1")
|
| 22 |
-
```
|
| 23 |
-
|
| 24 |
-
Built with engineered prompts for maximum accuracy! 🎯
|
|
|
|
| 19 |
|
| 20 |
base_model = AutoModelForVision2Seq.from_pretrained("Qwen/Qwen2.5-VL-3B-Instruct")
|
| 21 |
model = PeftModel.from_pretrained(base_model, "kahua-ml/invoice1")
|
| 22 |
+
```
|
|
|
|
|
|