PuxAI commited on
Commit
0b95446
·
verified ·
1 Parent(s): dbe932a

Upload folder using huggingface_hub

Browse files
financial-pii-ready/bert-base-uncased-QuickTest/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "O",
17
+ "1": "B-ADDRESS",
18
+ "2": "I-ADDRESS",
19
+ "3": "B-COMPANY",
20
+ "4": "I-COMPANY",
21
+ "5": "B-CREDIT_CARD",
22
+ "6": "I-CREDIT_CARD",
23
+ "7": "B-EMAIL",
24
+ "8": "I-EMAIL",
25
+ "9": "B-NAME",
26
+ "10": "I-NAME",
27
+ "11": "B-PHONE",
28
+ "12": "I-PHONE",
29
+ "13": "B-SSN",
30
+ "14": "I-SSN",
31
+ "15": "B-URL",
32
+ "16": "I-URL"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "is_decoder": false,
37
+ "label2id": {
38
+ "B-ADDRESS": 1,
39
+ "B-COMPANY": 3,
40
+ "B-CREDIT_CARD": 5,
41
+ "B-EMAIL": 7,
42
+ "B-NAME": 9,
43
+ "B-PHONE": 11,
44
+ "B-SSN": 13,
45
+ "B-URL": 15,
46
+ "I-ADDRESS": 2,
47
+ "I-COMPANY": 4,
48
+ "I-CREDIT_CARD": 6,
49
+ "I-EMAIL": 8,
50
+ "I-NAME": 10,
51
+ "I-PHONE": 12,
52
+ "I-SSN": 14,
53
+ "I-URL": 16,
54
+ "O": 0
55
+ },
56
+ "layer_norm_eps": 1e-12,
57
+ "max_position_embeddings": 512,
58
+ "model_type": "bert",
59
+ "num_attention_heads": 12,
60
+ "num_hidden_layers": 12,
61
+ "pad_token_id": 0,
62
+ "position_embedding_type": "absolute",
63
+ "tie_word_embeddings": true,
64
+ "transformers_version": "5.1.0",
65
+ "type_vocab_size": 2,
66
+ "use_cache": false,
67
+ "vocab_size": 30522
68
+ }
financial-pii-ready/bert-base-uncased-QuickTest/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf1a8c4783cd3b8d9730057a1f67c5c91488c7d625f914acbd15952da734c1a
3
+ size 435642204
financial-pii-ready/bert-base-uncased-QuickTest/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
financial-pii-ready/bert-base-uncased-QuickTest/tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "backend": "tokenizers",
4
+ "cls_token": "[CLS]",
5
+ "do_lower_case": true,
6
+ "is_local": false,
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 512,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
financial-pii-ready/bert-base-uncased-QuickTest/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:048da8a32913841fa8d08313f7a6a17cd9e2a548f19125b99d0a0c7a7628047b
3
+ size 5201