Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,14 @@ base_model: unsloth/mistral-7b-instruct-v0.2-bnb-4bit
|
|
13 |
## Format
|
14 |
- chatml
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
# Uploaded model
|
17 |
|
18 |
- **Developed by:** mychen76
|
|
|
13 |
## Format
|
14 |
- chatml
|
15 |
|
16 |
+
prompt=f"""<|im_start|>system
|
17 |
+
You are POS receipt data expert, parse, detect, recognize and convert following receipt OCR image result into structure receipt data object.
|
18 |
+
Don't make up value not in the Input. Output must be a well-formed JSON object.```json<|im_end|>
|
19 |
+
<|im_start|>user
|
20 |
+
{receipt_boxes}<|im_end|>
|
21 |
+
<|im_start|>assistant
|
22 |
+
"""
|
23 |
+
|
24 |
# Uploaded model
|
25 |
|
26 |
- **Developed by:** mychen76
|