Finetuning completed for yolo26n-indian-fmcg-detection and minicpm5-1b-indian-fmcg-normalizer
7b5611f | .env | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| .pytest_cache/ | |
| .hypothesis/ | |
| # Model weights — large binary files | |
| *.gguf | |
| *.onnx | |
| *.pt | |
| *.pth | |
| *.bin | |
| *.safetensors | |
| # Generated data — do not commit | |
| data/synthetic_invoices/ | |
| data/fmcg_catalog.json | |
| # Real invoice samples — potentially sensitive | |
| data/sample_invoices/*.jpg | |
| data/sample_invoices/*.jpeg | |
| data/sample_invoices/*.png | |
| data/sample_invoices/*.pdf | |
| # SQLite DB | |
| *.db | |
| *.sqlite | |
| # HF cache | |
| .cache/ | |
| huggingface/ | |
| # Temp files | |
| tmp/ | |
| *.tmp | |
| # IDE | |
| .vscode/ | |
| .idea/ | |