Update config.json
This commit is contained in:
parent
06285c0e36
commit
357df61137
|
@ -27,15 +27,15 @@
|
|||
"giou_cost": 2,
|
||||
"giou_loss_coefficient": 2,
|
||||
"id2label": {
|
||||
"0": "borderless",
|
||||
"1": "bordered"
|
||||
"0": "table",
|
||||
"1": "table"
|
||||
},
|
||||
"init_std": 0.02,
|
||||
"init_xavier_std": 1.0,
|
||||
"is_encoder_decoder": true,
|
||||
"label2id": {
|
||||
"bordered": 1,
|
||||
"borderless": 0
|
||||
"table": 1,
|
||||
"table": 0
|
||||
},
|
||||
"mask_loss_coefficient": 1,
|
||||
"max_position_embeddings": 1024,
|
||||
|
|
Loading…
Reference in New Issue