amoeba04 commited on
Commit
fe35f13
·
verified ·
1 Parent(s): 08160d4

Upload model

Browse files

Upload privacy NER model

config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ElectraForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "embedding_size": 128,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 256,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "PER-B",
13
+ "10": "ID-I",
14
+ "11": "PWD-B",
15
+ "12": "PWD-I",
16
+ "13": "ORG-B",
17
+ "14": "ORG-I",
18
+ "15": "PHN-B",
19
+ "16": "PHN-I",
20
+ "17": "CRD-B",
21
+ "18": "CRD-I",
22
+ "19": "ACC-B",
23
+ "2": "PER-I",
24
+ "20": "ACC-I",
25
+ "21": "PSP-B",
26
+ "22": "PSP-I",
27
+ "23": "DLN-B",
28
+ "24": "DLN-I",
29
+ "3": "LOC-B",
30
+ "4": "LOC-I",
31
+ "5": "RRN-B",
32
+ "6": "RRN-I",
33
+ "7": "EMA-B",
34
+ "8": "EMA-I",
35
+ "9": "ID-B"
36
+ },
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 1024,
39
+ "label2id": {
40
+ "ACC-B": 19,
41
+ "ACC-I": 20,
42
+ "CRD-B": 17,
43
+ "CRD-I": 18,
44
+ "DLN-B": 23,
45
+ "DLN-I": 24,
46
+ "EMA-B": 7,
47
+ "EMA-I": 8,
48
+ "ID-B": 9,
49
+ "ID-I": 10,
50
+ "LOC-B": 3,
51
+ "LOC-I": 4,
52
+ "O": 0,
53
+ "ORG-B": 13,
54
+ "ORG-I": 14,
55
+ "PER-B": 1,
56
+ "PER-I": 2,
57
+ "PHN-B": 15,
58
+ "PHN-I": 16,
59
+ "PSP-B": 21,
60
+ "PSP-I": 22,
61
+ "PWD-B": 11,
62
+ "PWD-I": 12,
63
+ "RRN-B": 5,
64
+ "RRN-I": 6
65
+ },
66
+ "layer_norm_eps": 1e-12,
67
+ "max_position_embeddings": 512,
68
+ "model_type": "electra",
69
+ "num_attention_heads": 4,
70
+ "num_hidden_layers": 12,
71
+ "pad_token_id": 0,
72
+ "summary_activation": "gelu",
73
+ "summary_last_dropout": 0.1,
74
+ "summary_type": "first",
75
+ "summary_use_proj": true,
76
+ "type_vocab_size": 2,
77
+ "vocab_size": 35000
78
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d497c33874d5e32589ae903ea27764b380d29b025e1ace0b9ee29a7bbc3ca5ad
3
+ size 56338966
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "max_model_length": 512, "special_tokens_map_file": null, "full_tokenizer_file": null}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f25429cde87f3a452e92ced0e50ad2972a6d0b5f428ad396102faabcf3c57b45
3
+ size 1519
vocab.txt ADDED
The diff for this file is too large to render. See raw diff