Keith commited on
Commit
fb98cab
·
1 Parent(s): 28f7625
onnx/config.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "_name_or_path": "StanfordAIMI/stanford-deidentifier-base",
3
- "architectures": [
4
- "AutoModel"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "eos_token_ids": null,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
- "id2label": {
13
- "0": "O",
14
- "1": "VENDOR",
15
- "2": "DATE",
16
- "3": "HCW",
17
- "4": "HOSPITAL",
18
- "5": "ID",
19
- "6": "PATIENT",
20
- "7": "PHONE"
21
- },
22
- "initializer_range": 0.02,
23
- "intermediate_size": 3072,
24
- "label2id": {
25
- "DATE": 2,
26
- "HCW": 3,
27
- "HOSPITAL": 4,
28
- "ID": 5,
29
- "O": 0,
30
- "PATIENT": 6,
31
- "PHONE": 7,
32
- "VENDOR": 1
33
- },
34
- "layer_norm_eps": 1e-12,
35
- "max_position_embeddings": 512,
36
- "model_type": "bert",
37
- "num_attention_heads": 12,
38
- "num_hidden_layers": 12,
39
- "output_past": true,
40
- "pad_token_id": 0,
41
- "position_embedding_type": "absolute",
42
- "transformers_version": "4.42.3",
43
- "type_vocab_size": 2,
44
- "use_cache": true,
45
- "vocab_size": 30522
46
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
onnx/model.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fee3841e8a2b4478d7db3d134f4ab0a5cb563868d0d6eddf52871d56e756b032
3
- size 435893038
 
 
 
 
onnx/special_tokens_map.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
7
- }
 
 
 
 
 
 
 
 
onnx/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
onnx/tokenizer_config.json DELETED
@@ -1,57 +0,0 @@
1
- {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "[PAD]",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "1": {
12
- "content": "[UNK]",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "2": {
20
- "content": "[CLS]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "3": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "4": {
36
- "content": "[MASK]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
- "clean_up_tokenization_spaces": true,
45
- "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
- "do_lower_case": true,
48
- "mask_token": "[MASK]",
49
- "model_max_length": 512,
50
- "never_split": null,
51
- "pad_token": "[PAD]",
52
- "sep_token": "[SEP]",
53
- "strip_accents": null,
54
- "tokenize_chinese_chars": true,
55
- "tokenizer_class": "BertTokenizer",
56
- "unk_token": "[UNK]"
57
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
onnx/vocab.txt DELETED
The diff for this file is too large to render. See raw diff