| # Component 6 evaluation config. | |
| model: | |
| model_config_path: configs/component4_model_config.yaml | |
| checkpoint_paths: | |
| - checkpoints/component5_420m/step_3200.pt | |
| data: | |
| tokenized_jsonl_path: data/processed/train_tokenized.jsonl | |
| val_ratio: 0.02 | |
| split_seed: 17 | |
| inference: | |
| max_seq_len: 448 | |
| max_new_tokens: 160 | |
| temperature: 0.25 | |
| top_p: 0.85 | |
| output: | |
| results_json: artifacts/evaluation/component6_eval_results.json | |