added default inference config for default.yaml
This commit is contained in:
parent
238fdc5c4a
commit
625bc1bbc6
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue