PuxAI commited on
Commit
2e9f79b
·
verified ·
1 Parent(s): 6457c7e

Upload folder using huggingface_hub

Browse files
Files changed (20) hide show
  1. financial-pii-ready-augmented/span-deberta-v3-base/added_tokens.json +3 -0
  2. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/added_tokens.json +3 -0
  3. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/config.json +57 -0
  4. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/model.safetensors +3 -0
  5. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/optimizer.pt +3 -0
  6. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/rng_state.pth +3 -0
  7. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/scheduler.pt +3 -0
  8. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/special_tokens_map.json +15 -0
  9. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/spm.model +3 -0
  10. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/tokenizer.json +0 -0
  11. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/tokenizer_config.json +60 -0
  12. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/trainer_state.json +41 -0
  13. financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/training_args.bin +3 -0
  14. financial-pii-ready-augmented/span-deberta-v3-base/config.json +57 -0
  15. financial-pii-ready-augmented/span-deberta-v3-base/pytorch_model.bin +3 -0
  16. financial-pii-ready-augmented/span-deberta-v3-base/special_tokens_map.json +15 -0
  17. financial-pii-ready-augmented/span-deberta-v3-base/spm.model +3 -0
  18. financial-pii-ready-augmented/span-deberta-v3-base/tokenizer.json +0 -0
  19. financial-pii-ready-augmented/span-deberta-v3-base/tokenizer_config.json +60 -0
  20. financial-pii-ready-augmented/span-deberta-v3-base/training_meta.json +19 -0
financial-pii-ready-augmented/span-deberta-v3-base/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaAdvancedSpanClassifier"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "dtype": "float32",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "ADDRESS",
13
+ "2": "COMPANY",
14
+ "3": "CREDIT_CARD",
15
+ "4": "EMAIL",
16
+ "5": "NAME",
17
+ "6": "PHONE",
18
+ "7": "SSN",
19
+ "8": "URL"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "ADDRESS": 1,
25
+ "COMPANY": 2,
26
+ "CREDIT_CARD": 3,
27
+ "EMAIL": 4,
28
+ "NAME": 5,
29
+ "O": 0,
30
+ "PHONE": 6,
31
+ "SSN": 7,
32
+ "URL": 8
33
+ },
34
+ "layer_norm_eps": 1e-07,
35
+ "legacy": true,
36
+ "max_position_embeddings": 512,
37
+ "max_relative_positions": -1,
38
+ "model_type": "deberta-v2",
39
+ "norm_rel_ebd": "layer_norm",
40
+ "num_attention_heads": 12,
41
+ "num_hidden_layers": 12,
42
+ "pad_token_id": 0,
43
+ "pooler_dropout": 0,
44
+ "pooler_hidden_act": "gelu",
45
+ "pooler_hidden_size": 768,
46
+ "pos_att_type": [
47
+ "p2c",
48
+ "c2p"
49
+ ],
50
+ "position_biased_input": false,
51
+ "position_buckets": 256,
52
+ "relative_attention": true,
53
+ "share_att_key": true,
54
+ "transformers_version": "4.57.6",
55
+ "type_vocab_size": 0,
56
+ "vocab_size": 128100
57
+ }
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44c9240f4f33b3590f314371bdcda382ab85a399ea214a31289af13c77eb1a08
3
+ size 741325948
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d746cb54e0747f370da47db2fd2f601798bb230f2ecb78861b379be12176a7
3
+ size 1482775563
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c8de2b8c1ac6fd294308cfe1f6206f41a703dd469718a3a07bb10812d9b4cc
3
+ size 14645
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b19b5502502eb791397e632ecb96156ff7dee02c9aad91e1e663d878c9749af
3
+ size 1465
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/tokenizer_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "[CLS]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "[SEP]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "[UNK]",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "128000": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "[CLS]",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "[CLS]",
48
+ "do_lower_case": false,
49
+ "eos_token": "[SEP]",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "[MASK]",
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "split_by_punct": false,
57
+ "tokenizer_class": "DebertaV2Tokenizer",
58
+ "unk_token": "[UNK]",
59
+ "vocab_type": "spm"
60
+ }
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/trainer_state.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 760,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 3.2897914379802415,
14
+ "grad_norm": 0.020563319325447083,
15
+ "learning_rate": 1.5263157894736846e-05,
16
+ "loss": 0.1159,
17
+ "step": 500
18
+ }
19
+ ],
20
+ "logging_steps": 500,
21
+ "max_steps": 760,
22
+ "num_input_tokens_seen": 0,
23
+ "num_train_epochs": 5,
24
+ "save_steps": 500,
25
+ "stateful_callbacks": {
26
+ "TrainerControl": {
27
+ "args": {
28
+ "should_epoch_stop": false,
29
+ "should_evaluate": false,
30
+ "should_log": false,
31
+ "should_save": true,
32
+ "should_training_stop": true
33
+ },
34
+ "attributes": {}
35
+ }
36
+ },
37
+ "total_flos": 7.745433159371904e+16,
38
+ "train_batch_size": 64,
39
+ "trial_name": null,
40
+ "trial_params": null
41
+ }
financial-pii-ready-augmented/span-deberta-v3-base/checkpoint-760/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a16d870a05b742684734d3a786328a8eedb8c150bc5d3a96b840a5e4ce95d38
3
+ size 5905
financial-pii-ready-augmented/span-deberta-v3-base/config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaAdvancedSpanClassifier"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "dtype": "float32",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "ADDRESS",
13
+ "2": "COMPANY",
14
+ "3": "CREDIT_CARD",
15
+ "4": "EMAIL",
16
+ "5": "NAME",
17
+ "6": "PHONE",
18
+ "7": "SSN",
19
+ "8": "URL"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "ADDRESS": 1,
25
+ "COMPANY": 2,
26
+ "CREDIT_CARD": 3,
27
+ "EMAIL": 4,
28
+ "NAME": 5,
29
+ "O": 0,
30
+ "PHONE": 6,
31
+ "SSN": 7,
32
+ "URL": 8
33
+ },
34
+ "layer_norm_eps": 1e-07,
35
+ "legacy": true,
36
+ "max_position_embeddings": 512,
37
+ "max_relative_positions": -1,
38
+ "model_type": "deberta-v2",
39
+ "norm_rel_ebd": "layer_norm",
40
+ "num_attention_heads": 12,
41
+ "num_hidden_layers": 12,
42
+ "pad_token_id": 0,
43
+ "pooler_dropout": 0,
44
+ "pooler_hidden_act": "gelu",
45
+ "pooler_hidden_size": 768,
46
+ "pos_att_type": [
47
+ "p2c",
48
+ "c2p"
49
+ ],
50
+ "position_biased_input": false,
51
+ "position_buckets": 256,
52
+ "relative_attention": true,
53
+ "share_att_key": true,
54
+ "transformers_version": "4.57.6",
55
+ "type_vocab_size": 0,
56
+ "vocab_size": 128100
57
+ }
financial-pii-ready-augmented/span-deberta-v3-base/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24adf7b93d74576f0f393fe74eefbede9fcc924169fae2a947edd57305405061
3
+ size 741387855
financial-pii-ready-augmented/span-deberta-v3-base/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
financial-pii-ready-augmented/span-deberta-v3-base/spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
financial-pii-ready-augmented/span-deberta-v3-base/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
financial-pii-ready-augmented/span-deberta-v3-base/tokenizer_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "[CLS]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "[SEP]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "[UNK]",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "128000": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "[CLS]",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "[CLS]",
48
+ "do_lower_case": false,
49
+ "eos_token": "[SEP]",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "[MASK]",
52
+ "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "[PAD]",
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "split_by_punct": false,
57
+ "tokenizer_class": "DebertaV2Tokenizer",
58
+ "unk_token": "[UNK]",
59
+ "vocab_type": "spm"
60
+ }
financial-pii-ready-augmented/span-deberta-v3-base/training_meta.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "span_based",
3
+ "base_model": "microsoft/deberta-v3-base",
4
+ "dataset": "financial-pii-ready-augmented",
5
+ "label_list": [
6
+ "O",
7
+ "ADDRESS",
8
+ "COMPANY",
9
+ "CREDIT_CARD",
10
+ "EMAIL",
11
+ "NAME",
12
+ "PHONE",
13
+ "SSN",
14
+ "URL"
15
+ ],
16
+ "max_seq_length": 512,
17
+ "max_span_width": 30,
18
+ "timestamp": "2026-04-07T07:07:04.612051"
19
+ }