Spaces:
Running
Running
FoodDesert commited on
Commit ·
c4f6ab1
1
Parent(s): 96f85ac
Clarify stage3_debug rewrite-first behavior in quickstart docs
Browse files- SESSION_QUICKSTART.md +1 -1
SESSION_QUICKSTART.md
CHANGED
|
@@ -69,7 +69,7 @@ ls -la data/eval_results/
|
|
| 69 |
- **Add category**: Edit `tagging_checklist.txt`, update parser
|
| 70 |
- **Eval changes**: Run `scripts/eval_pipeline.py`, then `scripts/eval_categorized.py`
|
| 71 |
- **Test retrieval**: Use `scripts/smoke_test.py`
|
| 72 |
-
- **Debug Stage 3**: Use `scripts/stage3_debug.py`
|
| 73 |
|
| 74 |
## Data Artifacts (Lazy-loaded)
|
| 75 |
- FastText embeddings (semantic similarity)
|
|
|
|
| 69 |
- **Add category**: Edit `tagging_checklist.txt`, update parser
|
| 70 |
- **Eval changes**: Run `scripts/eval_pipeline.py`, then `scripts/eval_categorized.py`
|
| 71 |
- **Test retrieval**: Use `scripts/smoke_test.py`
|
| 72 |
+
- **Debug Stage 3**: Use `scripts/stage3_debug.py` (`--phrases` optional; omitted runs Stage 1 rewrite first, then Stage 2 retrieval from rewritten phrases)
|
| 73 |
|
| 74 |
## Data Artifacts (Lazy-loaded)
|
| 75 |
- FastText embeddings (semantic similarity)
|