JerMa88 commited on
Commit
3a15aa9
·
verified ·
1 Parent(s): 6c1f7da

End of training

Browse files
Files changed (4) hide show
  1. README.md +48 -0
  2. config.json +110 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: vuminhtue/Bert_base_NER_PII_Fn
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: tmp_trainer
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # tmp_trainer
15
+
16
+ This model is a fine-tuned version of [vuminhtue/Bert_base_NER_PII_Fn](https://huggingface.co/vuminhtue/Bert_base_NER_PII_Fn) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 8
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 3.0
42
+
43
+ ### Framework versions
44
+
45
+ - Transformers 4.39.3
46
+ - Pytorch 2.3.1+cu121
47
+ - Datasets 2.18.0
48
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vuminhtue/Bert_base_NER_PII_Fn",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "ACCOUNTNAME",
14
+ "1": "IBAN",
15
+ "2": "COINADDRESS",
16
+ "3": "ADDRESS",
17
+ "4": "AGE",
18
+ "5": "BIC",
19
+ "6": "CREDITCARDISSUER",
20
+ "7": "CREDITCARDNUMBER",
21
+ "8": "CURRENCY",
22
+ "9": "DATE",
23
+ "10": "EMAIL",
24
+ "11": "COLOR",
25
+ "12": "GENDER",
26
+ "13": "GEO",
27
+ "14": "HEIGHT",
28
+ "15": "JOB",
29
+ "16": "MAC",
30
+ "17": "MISC",
31
+ "18": "USERNAME",
32
+ "19": "NAME",
33
+ "20": "NEARBYGPSCOORDINATE",
34
+ "21": "ORDINALDIRECTION",
35
+ "22": "ORG",
36
+ "23": "PASSWORD",
37
+ "24": "PHONEIMEI",
38
+ "25": "PHONENUMBER",
39
+ "26": "PREFIX",
40
+ "27": "SSN",
41
+ "28": "STREET",
42
+ "29": "TIME",
43
+ "30": "URL",
44
+ "31": "VEHICLEVIN",
45
+ "32": "VEHICLEVRM",
46
+ "33": "ZIPCODE",
47
+ "34": "IP",
48
+ "35": "NUM",
49
+ "36": "BLOODTYPE",
50
+ "37": "WEIGHTS",
51
+ "38": "DOB",
52
+ "39": "O"
53
+ },
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 3072,
56
+ "label2id": {
57
+ "ACCOUNTNAME": 0,
58
+ "ADDRESS": 3,
59
+ "AGE": 4,
60
+ "BIC": 5,
61
+ "BLOODTYPE": 36,
62
+ "COINADDRESS": 2,
63
+ "COLOR": 11,
64
+ "CREDITCARDISSUER": 6,
65
+ "CREDITCARDNUMBER": 7,
66
+ "CURRENCY": 8,
67
+ "DATE": 9,
68
+ "DOB": 38,
69
+ "EMAIL": 10,
70
+ "GENDER": 12,
71
+ "GEO": 13,
72
+ "HEIGHT": 14,
73
+ "IBAN": 1,
74
+ "IP": 34,
75
+ "JOB": 15,
76
+ "MAC": 16,
77
+ "MISC": 17,
78
+ "NAME": 19,
79
+ "NEARBYGPSCOORDINATE": 20,
80
+ "NUM": 35,
81
+ "O": 39,
82
+ "ORDINALDIRECTION": 21,
83
+ "ORG": 22,
84
+ "PASSWORD": 23,
85
+ "PHONEIMEI": 24,
86
+ "PHONENUMBER": 25,
87
+ "PREFIX": 26,
88
+ "SSN": 27,
89
+ "STREET": 28,
90
+ "TIME": 29,
91
+ "URL": 30,
92
+ "USERNAME": 18,
93
+ "VEHICLEVIN": 31,
94
+ "VEHICLEVRM": 32,
95
+ "WEIGHTS": 37,
96
+ "ZIPCODE": 33
97
+ },
98
+ "layer_norm_eps": 1e-12,
99
+ "max_position_embeddings": 512,
100
+ "model_type": "bert",
101
+ "num_attention_heads": 12,
102
+ "num_hidden_layers": 12,
103
+ "pad_token_id": 0,
104
+ "position_embedding_type": "absolute",
105
+ "torch_dtype": "float32",
106
+ "transformers_version": "4.39.3",
107
+ "type_vocab_size": 2,
108
+ "use_cache": true,
109
+ "vocab_size": 30522
110
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca5957a784e5ce12a3f5a5a5e79c58b71cd9aa930e500916abf1a051b5cddc50
3
+ size 435712976
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c5d229af71f7e5e30d2c6500f130ab57ab6aff924a897355721b854f9aba94
3
+ size 4920