Training in progress, epoch 1
Browse files- config.json +62 -0
- logs/events.out.tfevents.1725975648.4403111a1764.36.0 +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/layoutlm-base-uncased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LayoutLMForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"hidden_act": "gelu",
|
| 8 |
+
"hidden_dropout_prob": 0.1,
|
| 9 |
+
"hidden_size": 768,
|
| 10 |
+
"id2label": {
|
| 11 |
+
"0": "OTHER",
|
| 12 |
+
"1": "ssnOfEmployee",
|
| 13 |
+
"2": "einEmployerIdentificationNumber",
|
| 14 |
+
"3": "box1WagesTipsAndOtherCompensations",
|
| 15 |
+
"4": "box2FederalIncomeTaxWithheld",
|
| 16 |
+
"5": "employerName",
|
| 17 |
+
"6": "box3SocialSecurityWages",
|
| 18 |
+
"7": "box4SocialSecurityTaxWithheld",
|
| 19 |
+
"8": "employerAddressStreet_name",
|
| 20 |
+
"9": "employerAddressCity",
|
| 21 |
+
"10": "employerAddressState",
|
| 22 |
+
"11": "employerAddressZip",
|
| 23 |
+
"12": "employeeName",
|
| 24 |
+
"13": "taxYear",
|
| 25 |
+
"14": "box16StateWagesTips",
|
| 26 |
+
"15": "box17StateIncomeTax"
|
| 27 |
+
},
|
| 28 |
+
"initializer_range": 0.02,
|
| 29 |
+
"intermediate_size": 3072,
|
| 30 |
+
"label2id": {
|
| 31 |
+
"OTHER": 0,
|
| 32 |
+
"box16StateWagesTips": 14,
|
| 33 |
+
"box17StateIncomeTax": 15,
|
| 34 |
+
"box1WagesTipsAndOtherCompensations": 3,
|
| 35 |
+
"box2FederalIncomeTaxWithheld": 4,
|
| 36 |
+
"box3SocialSecurityWages": 6,
|
| 37 |
+
"box4SocialSecurityTaxWithheld": 7,
|
| 38 |
+
"einEmployerIdentificationNumber": 2,
|
| 39 |
+
"employeeName": 12,
|
| 40 |
+
"employerAddressCity": 9,
|
| 41 |
+
"employerAddressState": 10,
|
| 42 |
+
"employerAddressStreet_name": 8,
|
| 43 |
+
"employerAddressZip": 11,
|
| 44 |
+
"employerName": 5,
|
| 45 |
+
"ssnOfEmployee": 1,
|
| 46 |
+
"taxYear": 13
|
| 47 |
+
},
|
| 48 |
+
"layer_norm_eps": 1e-12,
|
| 49 |
+
"max_2d_position_embeddings": 1024,
|
| 50 |
+
"max_position_embeddings": 512,
|
| 51 |
+
"model_type": "layoutlm",
|
| 52 |
+
"num_attention_heads": 12,
|
| 53 |
+
"num_hidden_layers": 12,
|
| 54 |
+
"output_past": true,
|
| 55 |
+
"pad_token_id": 0,
|
| 56 |
+
"position_embedding_type": "absolute",
|
| 57 |
+
"torch_dtype": "float32",
|
| 58 |
+
"transformers_version": "4.44.0",
|
| 59 |
+
"type_vocab_size": 2,
|
| 60 |
+
"use_cache": true,
|
| 61 |
+
"vocab_size": 30522
|
| 62 |
+
}
|
logs/events.out.tfevents.1725975648.4403111a1764.36.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a9b4feec48fa4cc1ffb9d2879c54ce084d43267c0ef01cbe600e3175e161752
|
| 3 |
+
size 6595
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fd1edd686ddc9799afa50bc7b3c2839ee671e7cb9e962cfe8d6b0ed3187be72
|
| 3 |
+
size 450585896
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d9c19edf42ef7aef2a04035f0f28a5ab4e2e665b3ea650e75732ec93e219eed
|
| 3 |
+
size 5176
|