Update config.json
This commit is contained in:
parent
6cef4adda1
commit
13151d2dee
|
@ -57,6 +57,7 @@
|
|||
"pad_token_id": 1,
|
||||
"prefix": null,
|
||||
"problem_type": null,
|
||||
"projection_dim" : 512,
|
||||
"pruned_heads": {},
|
||||
"remove_invalid_values": false,
|
||||
"repetition_penalty": 1.0,
|
||||
|
@ -131,6 +132,7 @@
|
|||
"patch_size": 16,
|
||||
"prefix": null,
|
||||
"problem_type": null,
|
||||
"projection_dim" : 512,
|
||||
"pruned_heads": {},
|
||||
"remove_invalid_values": false,
|
||||
"repetition_penalty": 1.0,
|
||||
|
|
Loading…
Reference in New Issue