asnassar commited on
Commit
366f606
·
verified ·
1 Parent(s): 2aa7366

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -12,8 +12,9 @@
12
  "eos_token_id": 3,
13
  "ff_dim": 2048,
14
  "model_type": "TableFormerV2",
 
15
  "num_heads": 8,
16
  "pad_token_id": 0,
17
  "transformers_version": "4.57.1",
18
  "vocab_size": 13
19
- }
 
12
  "eos_token_id": 3,
13
  "ff_dim": 2048,
14
  "model_type": "TableFormerV2",
15
+ "num_decoder_layers": 4,
16
  "num_heads": 8,
17
  "pad_token_id": 0,
18
  "transformers_version": "4.57.1",
19
  "vocab_size": 13
20
+ }