Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ metrics:
|
|
| 36 |
<a href="#3-results">Results</a> •
|
| 37 |
<a href="#4-failure-cases--potential-solutions">Failure Cases</a> •
|
| 38 |
<a href="#quick-start">Quick Start</a> •
|
| 39 |
-
|
| 40 |
</p>
|
| 41 |
|
| 42 |
---
|
|
@@ -238,7 +238,6 @@ The model's worst predictions (IoU near zero) reveal systematic failure patterns
|
|
| 238 |
| [`src/predict.py`](src/predict.py) | Single-image CLI inference |
|
| 239 |
| [`src/best_predictions.py`](src/best_predictions.py) | Per-sample IoU scoring, best/worst prediction figures |
|
| 240 |
| [`reports/report.typ`](reports/report.typ) | Typst source → [`report.pdf`](reports/report.pdf) |
|
| 241 |
-
| [`reports/audit_log.md`](reports/audit_log.md) | Full build log — every decision documented |
|
| 242 |
|
| 243 |
</details>
|
| 244 |
|
|
@@ -305,7 +304,7 @@ typst compile reports/report.typ reports/report.pdf
|
|
| 305 |
|
| 306 |
- All random state seeded with **42** (data splits, PyTorch, NumPy).
|
| 307 |
- Hyperparameters: [`configs/train_config.yaml`](configs/train_config.yaml).
|
| 308 |
-
- Per-epoch training logs: [`outputs/logs/`](outputs/logs
|
| 309 |
|
| 310 |
---
|
| 311 |
|
|
|
|
| 36 |
<a href="#3-results">Results</a> •
|
| 37 |
<a href="#4-failure-cases--potential-solutions">Failure Cases</a> •
|
| 38 |
<a href="#quick-start">Quick Start</a> •
|
| 39 |
+
Full Report (PDF)
|
| 40 |
</p>
|
| 41 |
|
| 42 |
---
|
|
|
|
| 238 |
| [`src/predict.py`](src/predict.py) | Single-image CLI inference |
|
| 239 |
| [`src/best_predictions.py`](src/best_predictions.py) | Per-sample IoU scoring, best/worst prediction figures |
|
| 240 |
| [`reports/report.typ`](reports/report.typ) | Typst source → [`report.pdf`](reports/report.pdf) |
|
|
|
|
| 241 |
|
| 242 |
</details>
|
| 243 |
|
|
|
|
| 304 |
|
| 305 |
- All random state seeded with **42** (data splits, PyTorch, NumPy).
|
| 306 |
- Hyperparameters: [`configs/train_config.yaml`](configs/train_config.yaml).
|
| 307 |
+
- Per-epoch training logs: [`outputs/logs/`](https://huggingface.co/youngPhilosopher/drywall-qa-clipseg/tree/main/outputs/logs).
|
| 308 |
|
| 309 |
---
|
| 310 |
|