Awarebeyond commited on
Commit
3928714
·
verified ·
1 Parent(s): 3520ef6

Fix broken image links: use absolute HF URLs and correct learning_curve path

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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
- ![Learning Curve](hub_assets/learning_curve.png)
203
 
204
  The model converged around **Epoch 9**. Training was stopped early because:
205
  - Validation loss plateaued
@@ -222,13 +222,13 @@ The model converged around **Epoch 9**. Training was stopped early because:
222
 
223
  Below are real model outputs on the validation set (Original Image vs. Predicted JSON).
224
 
225
- ![Sample 1](hub_assets/sample_result_0.png)
226
  *Example 1: Correctly extracted merchant, date, and total.*
227
 
228
- ![Sample 2](hub_assets/sample_result_1.png)
229
  *Example 2: Handled a partially blurred receipt with minor date typo.*
230
 
231
- ![Sample 3](hub_assets/sample_result_2.png)
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
- ![Field Confusion Matrix](hub_assets/field_confusion_matrix.png)
260
 
261
  ### Overall Performance
262
 
 
199
 
200
  ### Loss Curve
201
 
202
+ ![Learning Curve](https://huggingface.co/Awarebeyond/receipt-donut/resolve/main/learning_curve.png)
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
+ ![Sample 1](https://huggingface.co/Awarebeyond/receipt-donut/resolve/main/hub_assets/sample_result_0.png)
226
  *Example 1: Correctly extracted merchant, date, and total.*
227
 
228
+ ![Sample 2](https://huggingface.co/Awarebeyond/receipt-donut/resolve/main/hub_assets/sample_result_1.png)
229
  *Example 2: Handled a partially blurred receipt with minor date typo.*
230
 
231
+ ![Sample 3](https://huggingface.co/Awarebeyond/receipt-donut/resolve/main/hub_assets/sample_result_2.png)
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
+ ![Field Confusion Matrix](https://huggingface.co/Awarebeyond/receipt-donut/resolve/main/hub_assets/field_confusion_matrix.png)
260
 
261
  ### Overall Performance
262