mishig HF staff commited on
Commit
35c7fa5
1 Parent(s): 48c573e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -12
config.json CHANGED
@@ -16,12 +16,12 @@
16
  "hidden_size": 768,
17
  "id2label": {
18
  "0": "other",
19
- "1": "header",
20
- "2": "header",
21
- "3": "question",
22
- "4": "question",
23
- "5": "answer",
24
- "6": "answer"
25
  },
26
  "image_feature_pool_shape": [
27
  7,
@@ -32,12 +32,12 @@
32
  "intermediate_size": 3072,
33
  "label2id": {
34
  "other": 0,
35
- "header": 1,
36
- "header": 2,
37
- "question": 3,
38
- "question": 4,
39
- "answer": 5,
40
- "answer": 6
41
  },
42
  "layer_norm_eps": 1e-12,
43
  "max_2d_position_embeddings": 1024,
16
  "hidden_size": 768,
17
  "id2label": {
18
  "0": "other",
19
+ "1": "b-header",
20
+ "2": "i-header",
21
+ "3": "b-question",
22
+ "4": "i-question",
23
+ "5": "b-answer",
24
+ "6": "i-answer"
25
  },
26
  "image_feature_pool_shape": [
27
  7,
32
  "intermediate_size": 3072,
33
  "label2id": {
34
  "other": 0,
35
+ "b-header": 1,
36
+ "i-header": 2,
37
+ "b-question": 3,
38
+ "i-question": 4,
39
+ "b-answer": 5,
40
+ "i-answer": 6
41
  },
42
  "layer_norm_eps": 1e-12,
43
  "max_2d_position_embeddings": 1024,