File size: 435 Bytes
53f0cc2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # 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
|