ghaith1997 commited on
Commit
3ad8884
1 Parent(s): 2c6a45d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -14,21 +14,21 @@
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
  "id2label": {
17
- "0": "LABEL_0",
18
- "1": "LABEL_1",
19
- "2": "LABEL_2",
20
- "3": "LABEL_3",
21
- "4": "LABEL_4"
22
  },
23
  "initializer_range": 0.02,
24
  "input_size": 224,
25
  "intermediate_size": 3072,
26
  "label2id": {
27
- "LABEL_0": 0,
28
- "LABEL_1": 1,
29
- "LABEL_2": 2,
30
- "LABEL_3": 3,
31
- "LABEL_4": 4
32
  },
33
  "layer_norm_eps": 1e-05,
34
  "max_2d_position_embeddings": 1024,
 
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
16
  "id2label": {
17
+ "0": "balance_sheet",
18
+ "1": "cash_flow",
19
+ "2": "income_statement",
20
+ "3": "notes",
21
+ "4": "others"
22
  },
23
  "initializer_range": 0.02,
24
  "input_size": 224,
25
  "intermediate_size": 3072,
26
  "label2id": {
27
+ "balance_sheet": 0,
28
+ "cash_flow": 1,
29
+ "income_statement": 2,
30
+ "notes": 3,
31
+ "others": 4
32
  },
33
  "layer_norm_eps": 1e-05,
34
  "max_2d_position_embeddings": 1024,