Update config.json
This commit is contained in:
parent
742013845e
commit
2b4ddf178e
10
config.json
10
config.json
@ -48,6 +48,16 @@
|
||||
"prefix": " ",
|
||||
"pruned_heads": {},
|
||||
"repetition_penalty": 1.0,
|
||||
"task_specific_params": {
|
||||
"summarization": {
|
||||
"early_stopping": true,
|
||||
"length_penalty": 2.0,
|
||||
"max_length": 142,
|
||||
"min_length": 56,
|
||||
"no_repeat_ngram_size": 3,
|
||||
"num_beams": 4
|
||||
}
|
||||
},
|
||||
"temperature": 1.0,
|
||||
"top_k": 50,
|
||||
"top_p": 1.0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user