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

Fix dates to 2026 and training duration to reflect actual 10h + 12h trial/error

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -53,7 +53,7 @@ In machine learning, **Ground Truth** is the "correct answer" we teach the model
53
  ```json
54
  {
55
  "merchant": "Starbucks Coffee",
56
- "date": "2024-03-15",
57
  "subtotal": "$12.50",
58
  "tax": "$1.13",
59
  "total": "$13.63",
@@ -215,7 +215,7 @@ The model converged around **Epoch 9**. Training was stopped early because:
215
  | Peak learning rate | 8.0e-5 |
216
  | Training precision | bf16 |
217
  | GPU | NVIDIA L4 (24 GB VRAM) |
218
- | Training duration | ~4 hours |
219
  | Early stopping epoch | 9 / 20 |
220
 
221
  ### Sample Visual Results
@@ -401,10 +401,10 @@ JSON Text Tokens
401
  If you use this model in research, please cite:
402
 
403
  ```bibtex
404
- @misc{receipt_donut_2024,
405
  title={Receipt Donut: Fine-tuned Document Understanding for Receipt Extraction},
406
  author={Awarebeyond},
407
- year={2024},
408
  howpublished={\url{https://huggingface.co/Awarebeyond/receipt-donut}}
409
  }
410
  ```
 
53
  ```json
54
  {
55
  "merchant": "Starbucks Coffee",
56
+ "date": "2026-03-15",
57
  "subtotal": "$12.50",
58
  "tax": "$1.13",
59
  "total": "$13.63",
 
215
  | Peak learning rate | 8.0e-5 |
216
  | Training precision | bf16 |
217
  | GPU | NVIDIA L4 (24 GB VRAM) |
218
+ | Training duration | ~10 hours actual (+ ~12 hours trial/error) |
219
  | Early stopping epoch | 9 / 20 |
220
 
221
  ### Sample Visual Results
 
401
  If you use this model in research, please cite:
402
 
403
  ```bibtex
404
+ @misc{receipt_donut_2026,
405
  title={Receipt Donut: Fine-tuned Document Understanding for Receipt Extraction},
406
  author={Awarebeyond},
407
+ year={2026},
408
  howpublished={\url{https://huggingface.co/Awarebeyond/receipt-donut}}
409
  }
410
  ```