File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
research-radar/classification_results Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,14 @@ A human-readable markdown report of the metrics data with formatted tables for:
5858
5959## Checkpoint System
6060
61- The classification process uses a checkpoint system to enable resuming interrupted jobs:
61+ The classification process uses a checkpoint system (enabled by default) to resume interrupted jobs.
6262
6363- Checkpoints are saved periodically during processing in the ` checkpoints/ ` directory
64- - The frequency and retention settings are configurable in ` base_config.yaml `
65- - Only the most recent N checkpoints are kept to conserve disk space
64+ - The frequency and retention settings are configurable in [ ` base_config.yaml ` ] ( ../configs/base_config.yaml )
6665
6766## Processing Configuration
6867
69- Classification processing can be configured in [ ` base_config.yaml ` ] ( ../base_config.yaml ) :
68+ Classification processing can be configured in [ ` base_config.yaml ` ] ( ../configs/ base_config.yaml ) :
7069
7170- Process entire dataset or specific batches
7271- Enable/disable parallel processing
You can’t perform that action at this time.
0 commit comments