added default inference config for default.yaml

This commit is contained in:
sshah229 2026-02-14 01:47:27 -07:00
commit 625bc1bbc6

View file

@ -45,3 +45,9 @@ logging:
tensorboard_dir: "runs"
log_frequency: 10
inference:
temperature: 0.7
top_p: 0.95
top_k: -1
min_p: 0.01