Fix broken image links: use absolute HF URLs and correct learning_curve path
Browse files
README.md
CHANGED
|
@@ -199,7 +199,7 @@ We used a **single unified dataset loader** (`UnifiedReceiptDataset`) so all 8 d
|
|
| 199 |
|
| 200 |
### Loss Curve
|
| 201 |
|
| 202 |
-
.
|
| 224 |
|
| 225 |
-

|
| 226 |
*Example 1: Correctly extracted merchant, date, and total.*
|
| 227 |
|
| 228 |
-

|
| 229 |
*Example 2: Handled a partially blurred receipt with minor date typo.*
|
| 230 |
|
| 231 |
-

|
| 232 |
*Example 3: Multi-line address and tax amount correctly parsed.*
|
| 233 |
|
| 234 |
---
|
|
@@ -256,7 +256,7 @@ Since this is a **generative text model** (not a classifier), a traditional conf
|
|
| 256 |
| `total` | **47.4%** (283/597) | 7.9% (47) | 44.7% (267) | **Hardest field** — model confuses it with subtotal |
|
| 257 |
| `address` | **100.0%** (597/597) | 0.0% (0) | 0.0% (0) | **Test set has 0 address labels** — model correctly abstains |
|
| 258 |
|
| 259 |
-

|
| 260 |
|
| 261 |
### Overall Performance
|
| 262 |
|
|
|
|
| 199 |
|
| 200 |
### Loss Curve
|
| 201 |
|
| 202 |
+

|
| 203 |
|
| 204 |
The model converged around **Epoch 9**. Training was stopped early because:
|
| 205 |
- Validation loss plateaued
|
|
|
|
| 222 |
|
| 223 |
Below are real model outputs on the validation set (Original Image vs. Predicted JSON).
|
| 224 |
|
| 225 |
+

|
| 226 |
*Example 1: Correctly extracted merchant, date, and total.*
|
| 227 |
|
| 228 |
+

|
| 229 |
*Example 2: Handled a partially blurred receipt with minor date typo.*
|
| 230 |
|
| 231 |
+

|
| 232 |
*Example 3: Multi-line address and tax amount correctly parsed.*
|
| 233 |
|
| 234 |
---
|
|
|
|
| 256 |
| `total` | **47.4%** (283/597) | 7.9% (47) | 44.7% (267) | **Hardest field** — model confuses it with subtotal |
|
| 257 |
| `address` | **100.0%** (597/597) | 0.0% (0) | 0.0% (0) | **Test set has 0 address labels** — model correctly abstains |
|
| 258 |
|
| 259 |
+

|
| 260 |
|
| 261 |
### Overall Performance
|
| 262 |
|