ken11 commited on
Commit
b844f8d
1 Parent(s): d34569a
Files changed (2) hide show
  1. config.json +94 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "I-\u5730\u540d",
12
+ "1": "U-\u6cd5\u4eba\u540d",
13
+ "2": "B-\u6cd5\u4eba\u540d",
14
+ "3": "L-\u4eba\u540d",
15
+ "4": "U-\u30a4\u30d9\u30f3\u30c8\u540d",
16
+ "5": "U-\u4eba\u540d",
17
+ "6": "L-\u30a4\u30d9\u30f3\u30c8\u540d",
18
+ "7": "I-\u65bd\u8a2d\u540d",
19
+ "8": "I-\u4eba\u540d",
20
+ "9": "O",
21
+ "10": "B-\u653f\u6cbb\u7684\u7d44\u7e54\u540d",
22
+ "11": "I-\u30a4\u30d9\u30f3\u30c8\u540d",
23
+ "12": "U-\u65bd\u8a2d\u540d",
24
+ "13": "L-\u65bd\u8a2d\u540d",
25
+ "14": "B-\u5730\u540d",
26
+ "15": "L-\u5730\u540d",
27
+ "16": "B-\u65bd\u8a2d\u540d",
28
+ "17": "I-\u88fd\u54c1\u540d",
29
+ "18": "B-\u88fd\u54c1\u540d",
30
+ "19": "L-\u88fd\u54c1\u540d",
31
+ "20": "L-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d",
32
+ "21": "U-\u653f\u6cbb\u7684\u7d44\u7e54\u540d",
33
+ "22": "B-\u4eba\u540d",
34
+ "23": "U-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d",
35
+ "24": "I-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d",
36
+ "25": "U-\u88fd\u54c1\u540d",
37
+ "26": "B-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d",
38
+ "27": "B-\u30a4\u30d9\u30f3\u30c8\u540d",
39
+ "28": "U-\u5730\u540d",
40
+ "29": "I-\u653f\u6cbb\u7684\u7d44\u7e54\u540d",
41
+ "30": "L-\u6cd5\u4eba\u540d",
42
+ "31": "I-\u6cd5\u4eba\u540d",
43
+ "32": "L-\u653f\u6cbb\u7684\u7d44\u7e54\u540d"
44
+ },
45
+ "initializer_range": 0.02,
46
+ "intermediate_size": 4096,
47
+ "label2id": {
48
+ "B-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d": 26,
49
+ "B-\u30a4\u30d9\u30f3\u30c8\u540d": 27,
50
+ "B-\u4eba\u540d": 22,
51
+ "B-\u5730\u540d": 14,
52
+ "B-\u653f\u6cbb\u7684\u7d44\u7e54\u540d": 10,
53
+ "B-\u65bd\u8a2d\u540d": 16,
54
+ "B-\u6cd5\u4eba\u540d": 2,
55
+ "B-\u88fd\u54c1\u540d": 18,
56
+ "I-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d": 24,
57
+ "I-\u30a4\u30d9\u30f3\u30c8\u540d": 11,
58
+ "I-\u4eba\u540d": 8,
59
+ "I-\u5730\u540d": 0,
60
+ "I-\u653f\u6cbb\u7684\u7d44\u7e54\u540d": 29,
61
+ "I-\u65bd\u8a2d\u540d": 7,
62
+ "I-\u6cd5\u4eba\u540d": 31,
63
+ "I-\u88fd\u54c1\u540d": 17,
64
+ "L-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d": 20,
65
+ "L-\u30a4\u30d9\u30f3\u30c8\u540d": 6,
66
+ "L-\u4eba\u540d": 3,
67
+ "L-\u5730\u540d": 15,
68
+ "L-\u653f\u6cbb\u7684\u7d44\u7e54\u540d": 32,
69
+ "L-\u65bd\u8a2d\u540d": 13,
70
+ "L-\u6cd5\u4eba\u540d": 30,
71
+ "L-\u88fd\u54c1\u540d": 19,
72
+ "O": 9,
73
+ "U-\u305d\u306e\u4ed6\u306e\u7d44\u7e54\u540d": 23,
74
+ "U-\u30a4\u30d9\u30f3\u30c8\u540d": 4,
75
+ "U-\u4eba\u540d": 5,
76
+ "U-\u5730\u540d": 28,
77
+ "U-\u653f\u6cbb\u7684\u7d44\u7e54\u540d": 21,
78
+ "U-\u65bd\u8a2d\u540d": 12,
79
+ "U-\u6cd5\u4eba\u540d": 1,
80
+ "U-\u88fd\u54c1\u540d": 25
81
+ },
82
+ "layer_norm_eps": 1e-12,
83
+ "max_position_embeddings": 512,
84
+ "model_type": "bert",
85
+ "num_attention_heads": 16,
86
+ "num_hidden_layers": 24,
87
+ "pad_token_id": 0,
88
+ "position_embedding_type": "absolute",
89
+ "torch_dtype": "float32",
90
+ "transformers_version": "4.12.3",
91
+ "type_vocab_size": 2,
92
+ "use_cache": true,
93
+ "vocab_size": 32006
94
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b680319dd738b803d7cb2bc0843dfe23bb65aa5076de7468dbfeaf7615d9b4dd
3
+ size 1342743857