Update config.json
This commit is contained in:
parent
3c69355124
commit
379b6377fa
|
@ -42,6 +42,7 @@
|
||||||
"output_attentions": false,
|
"output_attentions": false,
|
||||||
"output_hidden_states": false,
|
"output_hidden_states": false,
|
||||||
"output_past": false,
|
"output_past": false,
|
||||||
|
"prefix": " ",
|
||||||
"pruned_heads": {},
|
"pruned_heads": {},
|
||||||
"repetition_penalty": 1.0,
|
"repetition_penalty": 1.0,
|
||||||
"temperature": 1.0,
|
"temperature": 1.0,
|
||||||
|
@ -50,4 +51,4 @@
|
||||||
"torchscript": false,
|
"torchscript": false,
|
||||||
"use_bfloat16": false,
|
"use_bfloat16": false,
|
||||||
"vocab_size": 50265
|
"vocab_size": 50265
|
||||||
}
|
}
|
Loading…
Reference in New Issue