canIjoin commited on
Commit
8de6555
·
1 Parent(s): d56d1f6
Files changed (1) hide show
  1. config.json +64 -64
config.json CHANGED
@@ -8,79 +8,79 @@
8
  "hidden_size": 768,
9
  "id2label": {
10
  "0": "O",
11
- "1": "B-LOC",
12
- "2": "I-LOC",
13
- "3": "B-MISC",
14
- "4": "I-MISC",
15
- "5": "B-ORG",
16
- "6": "I-ORG",
17
- "7": "B-MISC",
18
- "8": "I-MISC",
19
- "9": "B-ORG",
20
- "10": "I-ORG",
21
- "11": "B-MISC",
22
- "12": "I-MISC",
23
- "13": "B-PER",
24
- "14": "I-PER",
25
- "15": "B-ORG",
26
- "16": "I-ORG",
27
- "17": "B-LOC",
28
- "18": "I-LOC",
29
- "19": "B-LOC",
30
- "20": "I-LOC",
31
- "21": "O",
32
- "22": "O",
33
- "23": "O",
34
- "24": "O",
35
- "25": "O",
36
- "26": "O",
37
- "27": "O",
38
- "28": "O",
39
- "29": "O",
40
- "30": "O",
41
- "31": "O"
42
  },
43
  "initializer_range": 0.02,
44
  "intermediate_size": 3072,
45
  "label2id": {
46
- "B-LOC": 1,
47
- "B-MISC": 3,
48
- "B-ORG": 5,
49
- "B-MISC": 7,
50
- "B-ORG": 9,
51
- "B-MISC": 11,
52
- "B-PER": 13,
53
- "B-ORG": 15,
54
- "B-LOC": 17,
55
- "B-LOC": 19,
56
- "I-LOC": 2,
57
- "I-MISC": 4,
58
- "I-ORG": 6,
59
- "I-MISC": 8,
60
- "I-ORG": 10,
61
- "I-MISC": 12,
62
- "I-PER": 14,
63
- "I-ORG": 16,
64
- "I-LOC": 18,
65
- "I-LOC": 20,
66
  "O": 0,
67
- "O": 21,
68
- "O": 22,
69
- "O": 23,
70
- "O": 24,
71
- "O": 25,
72
- "O": 26,
73
- "O": 27,
74
- "O": 28,
75
- "O": 29,
76
- "O": 30,
77
- "O": 31
78
  },
79
  "layer_norm_eps": 1e-12,
80
- "max_LOC_embeddings": 512,
81
  "model_type": "bert",
82
  "num_attention_heads": 12,
83
  "num_hidden_layers": 12,
84
  "pad_token_id": 0,
85
  "vocab_size": 21128
86
- }
 
8
  "hidden_size": 768,
9
  "id2label": {
10
  "0": "O",
11
+ "1": "B-address",
12
+ "2": "I-address",
13
+ "3": "B-book",
14
+ "4": "I-book",
15
+ "5": "B-company",
16
+ "6": "I-company",
17
+ "7": "B-game",
18
+ "8": "I-game",
19
+ "9": "B-government",
20
+ "10": "I-government",
21
+ "11": "B-movie",
22
+ "12": "I-movie",
23
+ "13": "B-name",
24
+ "14": "I-name",
25
+ "15": "B-organization",
26
+ "16": "I-organization",
27
+ "17": "B-position",
28
+ "18": "I-position",
29
+ "19": "B-scene",
30
+ "20": "I-scene",
31
+ "21": "B-address1",
32
+ "22": "B-book1",
33
+ "23": "B-company1",
34
+ "24": "B-game1",
35
+ "25": "B-government1",
36
+ "26": "B-movie1",
37
+ "27": "B-name1",
38
+ "28": "B-organization1",
39
+ "29": "B-position1",
40
+ "30": "B-scene1",
41
+ "31": "B-no1"
42
  },
43
  "initializer_range": 0.02,
44
  "intermediate_size": 3072,
45
  "label2id": {
46
+ "B-address": 1,
47
+ "B-book": 3,
48
+ "B-company": 5,
49
+ "B-game": 7,
50
+ "B-government": 9,
51
+ "B-movie": 11,
52
+ "B-name": 13,
53
+ "B-organization": 15,
54
+ "B-position": 17,
55
+ "B-scene": 19,
56
+ "I-address": 2,
57
+ "I-book": 4,
58
+ "I-company": 6,
59
+ "I-game": 8,
60
+ "I-government": 10,
61
+ "I-movie": 12,
62
+ "I-name": 14,
63
+ "I-organization": 16,
64
+ "I-position": 18,
65
+ "I-scene": 20,
66
  "O": 0,
67
+ "B-address1": 21,
68
+ "B-book1": 22,
69
+ "B-company1": 23,
70
+ "B-game1": 24,
71
+ "B-government1": 25,
72
+ "B-movie1": 26,
73
+ "B-name1": 27,
74
+ "B-organization1": 28,
75
+ "B-position1": 29,
76
+ "B-scene1": 30,
77
+ "B-no1": 31
78
  },
79
  "layer_norm_eps": 1e-12,
80
+ "max_position_embeddings": 512,
81
  "model_type": "bert",
82
  "num_attention_heads": 12,
83
  "num_hidden_layers": 12,
84
  "pad_token_id": 0,
85
  "vocab_size": 21128
86
+ }