32 lines
832 B
Markdown
32 lines
832 B
Markdown
# Project Structure
|
|
|
|
This project was reorganized into:
|
|
|
|
- `data/`
|
|
- `raw/`: original raw data, if retained locally
|
|
- `processed/`: cleaned or derived input data
|
|
- `ground_truth/`: manually annotated reference data
|
|
- `external/`: externally provided data
|
|
|
|
- `prompts/`
|
|
- EDSS instructions and prompt/schema assets
|
|
|
|
- `scripts/`
|
|
- runnable analysis and plotting scripts
|
|
|
|
- `results/`
|
|
- `benchmark_runs/`: full model benchmark runs
|
|
- `final_results/`: final selected model outputs
|
|
- `figures/`: generated figures
|
|
- `tables/`: generated tables
|
|
- `logs/`: terminal logs
|
|
|
|
- `manuscript/`
|
|
- final figures and tables for paper/thesis writing
|
|
|
|
- `archive/`
|
|
- old scripts, old results, temporary files, and unclear legacy files
|
|
|
|
Important:
|
|
The reorganization was performed after creating a full timestamped backup.
|