nithinj commited on
Commit
6edfe25
·
1 Parent(s): d078f28

config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -10
config.json CHANGED
@@ -13,19 +13,11 @@
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
- "id2label": {
17
- 0: "GRN",
18
- 1: "Invoice",
19
- 2: "PO"
20
- },
21
  "initializer_range": 0.02,
22
  "input_size": 224,
23
  "intermediate_size": 3072,
24
- "label2id": {
25
- "GRN": 0,
26
- "Invoice": 1,
27
- "PO": 2
28
- },
29
  "layer_norm_eps": 1e-05,
30
  "max_2d_position_embeddings": 1024,
31
  "max_position_embeddings": 514,
 
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
+ "id2label": {'GRN': 0, 'Invoice': 1, 'PO': 2},
 
 
 
 
17
  "initializer_range": 0.02,
18
  "input_size": 224,
19
  "intermediate_size": 3072,
20
+ "label2id": {0: 'GRN', 1: 'Invoice', 2: 'PO'},
 
 
 
 
21
  "layer_norm_eps": 1e-05,
22
  "max_2d_position_embeddings": 1024,
23
  "max_position_embeddings": 514,